diff options
| -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. |