summaryrefslogtreecommitdiff
path: root/lisp/completion.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2004-06-07 20:44:24 +0000
committerJuanma Barranquero <lekktu@gmail.com>2004-06-07 20:44:24 +0000
commit0c53eb0351e3baaac93570ea57fec0f92836df32 (patch)
tree3aa5a14b1e75cd7bacb055f0bc2fc06ef4cc7f45 /lisp/completion.el
parent412f1fab56b54aff6662419ca5c88152609e3378 (diff)
downloademacs-0c53eb0351e3baaac93570ea57fec0f92836df32.tar.gz
(completion-kill-region): Doc fix.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r--lisp/completion.el4
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 @@
;;; completion.el --- dynamic word-completion code
-;; Copyright (C) 1990, 1993, 1995, 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1993, 1995, 1997, 2004 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: abbrev convenience
@@ -2251,7 +2251,7 @@ The command \\[yank] can retrieve it from there.
/(If you want to kill and then yank immediately, use \\[copy-region-as-kill].)
This is the primitive for programs to kill text (as opposed to deleting it).
-Supply two arguments, character numbers indicating the stretch of text
+Supply two arguments, character positions indicating the stretch of text
to be killed.
Any command that calls this function is a \"kill command\".
If the previous command was also a kill command,