]> git.eshelyaron.com Git - emacs.git/commitdiff
(kill-line): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 8 Oct 2000 06:10:40 +0000 (06:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 8 Oct 2000 06:10:40 +0000 (06:10 +0000)
lisp/ChangeLog
lisp/simple.el

index 2e77993e0928e7049850eda162cc5d0e6e3d01dd..96e0a51dfd7268fc957363cef6f41a94aa8ec384 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * simple.el (kill-line): Doc fix.
+
 2000-10-08  Miles Bader  <miles@gnu.org>
 
        * faces.el (secondary-selection): Make foreground visible on tty.
index 11a4cfdec3e222e6ff796ec1aa0a05191c58621b..9bf3bf9d970c78b33a8a07467d3d19707810f32f 100644 (file)
@@ -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.