# HG changeset patch # User Eli Zaretskii # Date 970985339 0 # Node ID b84a9fb24453ac68f9f3f870d7e494c05a2f6c56 # Parent 3b754ea41873dc03c0c9e69cf48db0e9d096a3f3 (kill-line): Doc fix. diff -r 3b754ea41873 -r b84a9fb24453 lisp/simple.el --- 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.