diff options
| author | Eli Zaretskii | 2000-10-08 06:10:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-08 06:10:40 +0000 |
| commit | 8be7408c88c38ed0a6dc6e50fab7c8f35be66544 (patch) | |
| tree | 7da165e65a0bd0833c20e68fad48c4a188b84d8f | |
| parent | a9b528522e52842162ac283b526d5014e97a4ef2 (diff) | |
| download | emacs-8be7408c88c38ed0a6dc6e50fab7c8f35be66544.tar.gz emacs-8be7408c88c38ed0a6dc6e50fab7c8f35be66544.zip | |
(kill-line): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/simple.el | 1 |
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 @@ | |||
| 1 | 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * simple.el (kill-line): Doc fix. | ||
| 4 | |||
| 1 | 2000-10-08 Miles Bader <miles@gnu.org> | 5 | 2000-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. |
| 1933 | With prefix argument, kill that many lines from point. | 1933 | With prefix argument, kill that many lines from point. |
| 1934 | Negative arguments kill lines backward. | 1934 | Negative arguments kill lines backward. |
| 1935 | With zero argument, kills the text before point on the current line. | ||
| 1935 | 1936 | ||
| 1936 | When calling from a program, nil means \"no arg\", | 1937 | When calling from a program, nil means \"no arg\", |
| 1937 | a number counts as a prefix arg. | 1938 | a number counts as a prefix arg. |