[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 2cd5774689f: * lisp/simple.el (kill-region-dwim): Rectify choice
From: |
Mattias Engdegård |
Subject: |
master 2cd5774689f: * lisp/simple.el (kill-region-dwim): Rectify choice label. |
Date: |
Sun, 15 Sep 2024 05:26:51 -0400 (EDT) |
branch: master
commit 2cd5774689f96522709250b7805370522dcd4334
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
* lisp/simple.el (kill-region-dwim): Rectify choice label.
---
lisp/simple.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/simple.el b/lisp/simple.el
index ce3fd192c3f..9fbd9bfb577 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5827,7 +5827,7 @@ If set to `unix-word', kill the last word in the style of
a shell like
Bash. This ignores the major mode like `unix-word-rubout' (which see)."
:type '(choice (const :tag "Kill a word like `backward-kill-word'"
emacs-word)
(const :tag "Kill a word like Bash would" unix-word)
- (const :tag "Do not kill anything" nil))
+ (const :tag "Kill region even when inactive" nil))
:group 'killing
:version "31.1")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 2cd5774689f: * lisp/simple.el (kill-region-dwim): Rectify choice label.,
Mattias Engdegård <=