Mercurial > emacs
changeset 55975:594a6cacebfe
(kill-region): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 07 Jun 2004 20:52:16 +0000 |
parents | b8d3cea56c44 |
children | bb7bcfc53d76 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon Jun 07 20:48:10 2004 +0000 +++ b/lisp/simple.el Mon Jun 07 20:52:16 2004 +0000 @@ -2103,7 +2103,7 @@ you can use the killing commands to copy text from a read-only buffer. 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,