From 8be7408c88c38ed0a6dc6e50fab7c8f35be66544 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 8 Oct 2000 06:10:40 +0000 Subject: [PATCH] (kill-line): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 1 + 2 files changed, 5 insertions(+) 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. -- 2.39.2