mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* lisp/simple.el (kill-whole-line): Doc tweak.
This commit is contained in:
parent
93842198fc
commit
cb4429739a
@ -1,3 +1,7 @@
|
||||
2012-07-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* simple.el (kill-whole-line): Doc tweak.
|
||||
|
||||
2012-07-01 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* files.el (file-relative-name): Compare file names
|
||||
|
@ -3500,7 +3500,7 @@ Goes backward if ARG is negative; error if CHAR not found."
|
||||
;; kill-line and its subroutines.
|
||||
|
||||
(defcustom kill-whole-line nil
|
||||
"If non-nil, `kill-line' with no arg at beg of line kills the whole line."
|
||||
"If non-nil, `kill-line' with no arg at start of line kills the whole line."
|
||||
:type 'boolean
|
||||
:group 'killing)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user