From: Eli Zaretskii Date: Sun, 8 Oct 2000 06:10:40 +0000 (+0000) Subject: (kill-line): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~1059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8be7408c88c38ed0a6dc6e50fab7c8f35be66544;p=emacs.git (kill-line): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e77993e092..96e0a51dfd7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-08 Eli Zaretskii + + * simple.el (kill-line): Doc fix. + 2000-10-08 Miles Bader * faces.el (secondary-selection): Make foreground visible on tty. diff --git a/lisp/simple.el b/lisp/simple.el index 11a4cfdec3e..9bf3bf9d970 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1932,6 +1932,7 @@ Goes backward if ARG is negative; error if CHAR not found." "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.