# HG changeset patch # User Juanma Barranquero # Date 1086641064 0 # Node ID a5892fa95ff45f7604e689888b58a399a60657da # Parent db2480202623bbcd2d1fe0229e534020f3feaff1 (completion-kill-region): Doc fix. diff -r db2480202623 -r a5892fa95ff4 lisp/completion.el --- a/lisp/completion.el Mon Jun 07 20:33:00 2004 +0000 +++ b/lisp/completion.el Mon Jun 07 20:44:24 2004 +0000 @@ -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 @@ /(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,