aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/simple.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2e77993e092..96e0a51dfd7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * simple.el (kill-line): Doc fix.
4
12000-10-08 Miles Bader <miles@gnu.org> 52000-10-08 Miles Bader <miles@gnu.org>
2 6
3 * faces.el (secondary-selection): Make foreground visible on tty. 7 * 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."
1932 "Kill the rest of the current line; if no nonblanks there, kill thru newline. 1932 "Kill the rest of the current line; if no nonblanks there, kill thru newline.
1933With prefix argument, kill that many lines from point. 1933With prefix argument, kill that many lines from point.
1934Negative arguments kill lines backward. 1934Negative arguments kill lines backward.
1935With zero argument, kills the text before point on the current line.
1935 1936
1936When calling from a program, nil means \"no arg\", 1937When calling from a program, nil means \"no arg\",
1937a number counts as a prefix arg. 1938a number counts as a prefix arg.