emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 5c2da93 1/2: Fix kill-line's docstring


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-25 5c2da93 1/2: Fix kill-line's docstring
Date: Sat, 22 Oct 2016 02:47:08 +0000 (UTC)

branch: emacs-25
commit 5c2da93015abb2e6746d54e5946dfaa5ede4e685
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Fix kill-line's docstring
    
    * lisp/simple.el (kill-line): The effect of show-trailing-whitespace is
    important lines with *no* nonblanks (Bug #16654).
---
 lisp/simple.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 67c0266..6d36a88 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]