Mercurial > emacs
changeset 32267:b84a9fb24453
(kill-line): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 08 Oct 2000 06:08:59 +0000 |
parents | 3b754ea41873 |
children | 841de3e1ce86 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sun Oct 08 06:01:19 2000 +0000 +++ b/lisp/simple.el Sun Oct 08 06:08:59 2000 +0000 @@ -1932,6 +1932,7 @@ "Kill the rest of the current line; if no nonblanks there, kill thru newline. With prefix argument, kill that many lines from point. Negative arguments kill lines backward. +With zero argument, kills the text before point on the current line. When calling from a program, nil means \"no arg\", a number counts as a prefix arg.