Fix kill-line's docstring
* lisp/simple.el (kill-line): The effect of show-trailing-whitespace is important lines with *no* nonblanks (Bug #16654).
This commit is contained in:
parent
ad66b3fadb
commit
5c2da93015
1 changed files with 2 additions and 2 deletions
|
@ -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].
|
\\[move-beginning-of-line] \\[kill-line] \\[kill-line].
|
||||||
|
|
||||||
If `show-trailing-whitespace' is non-nil, this command will just
|
If `show-trailing-whitespace' is non-nil, this command will just
|
||||||
kill the rest of the current line, even if there are only
|
kill the rest of the current line, even if there are no nonblanks
|
||||||
nonblanks there.
|
there.
|
||||||
|
|
||||||
If option `kill-whole-line' is non-nil, then this command kills the whole line
|
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
|
including its terminating newline, when used at the beginning of a line
|
||||||
|
|
Loading…
Add table
Reference in a new issue