diff options
Diffstat (limited to 'lisp/completion.el')
| -rw-r--r-- | lisp/completion.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index 2fb0ef0a3b2..d7f728821f9 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; completion.el --- dynamic word-completion code | 1 | ;;; completion.el --- dynamic word-completion code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 1995, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2004 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: abbrev convenience | 6 | ;; Keywords: abbrev convenience |
| @@ -2251,7 +2251,7 @@ The command \\[yank] can retrieve it from there. | |||
| 2251 | /(If you want to kill and then yank immediately, use \\[copy-region-as-kill].) | 2251 | /(If you want to kill and then yank immediately, use \\[copy-region-as-kill].) |
| 2252 | 2252 | ||
| 2253 | This is the primitive for programs to kill text (as opposed to deleting it). | 2253 | This is the primitive for programs to kill text (as opposed to deleting it). |
| 2254 | Supply two arguments, character numbers indicating the stretch of text | 2254 | Supply two arguments, character positions indicating the stretch of text |
| 2255 | to be killed. | 2255 | to be killed. |
| 2256 | Any command that calls this function is a \"kill command\". | 2256 | Any command that calls this function is a \"kill command\". |
| 2257 | If the previous command was also a kill command, | 2257 | If the previous command was also a kill command, |