1
0
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:
Glenn Morris 2012-07-02 18:42:45 -04:00
parent 93842198fc
commit cb4429739a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)