mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/simple.el (kill-whole-line): Doc tweak.
This commit is contained in:
parent
93842198fc
commit
cb4429739a
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue