]> git.eshelyaron.com Git - emacs.git/commitdiff
(completion-kill-region): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 7 Jun 2004 20:44:24 +0000 (20:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 7 Jun 2004 20:44:24 +0000 (20:44 +0000)
lisp/completion.el

index 2fb0ef0a3b21c1079f33674647338f3a9ce79d8a..d7f728821f9e424fc84e2e0b04d4d1e0c148f473 100644 (file)
@@ -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,