aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-08 06:10:40 +0000
committerEli Zaretskii2000-10-08 06:10:40 +0000
commit8be7408c88c38ed0a6dc6e50fab7c8f35be66544 (patch)
tree7da165e65a0bd0833c20e68fad48c4a188b84d8f
parenta9b528522e52842162ac283b526d5014e97a4ef2 (diff)
downloademacs-8be7408c88c38ed0a6dc6e50fab7c8f35be66544.tar.gz
emacs-8be7408c88c38ed0a6dc6e50fab7c8f35be66544.zip
(kill-line): Doc fix.
-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.