]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix kill-line's docstring
authorNoam Postavsky <npostavs@gmail.com>
Sat, 17 Sep 2016 17:30:24 +0000 (13:30 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 22 Oct 2016 02:39:37 +0000 (22:39 -0400)
* lisp/simple.el (kill-line): The effect of show-trailing-whitespace is
important lines with *no* nonblanks (Bug #16654).

lisp/simple.el

index 67c02665ea1e9d1c89953470d6b55ae2c7a82181..6d36a88892f8198738877665a6e60ea67ac95feb 100644 (file)
@@ -4846,8 +4846,8 @@ To kill a whole line, when point is not at the beginning, type \
 \\[move-beginning-of-line] \\[kill-line] \\[kill-line].
 
 If `show-trailing-whitespace' is non-nil, this command will just
-kill the rest of the current line, even if there are only
-nonblanks there.
+kill the rest of the current line, even if there are no nonblanks
+there.
 
 If option `kill-whole-line' is non-nil, then this command kills the whole line
 including its terminating newline, when used at the beginning of a line