From: Juanma Barranquero Date: Mon, 7 Jun 2004 20:52:16 +0000 (+0000) Subject: (kill-region): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5884 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c15dc81fc35980b0d449adc682d26b87d1e12957;p=emacs.git (kill-region): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index c72b6a929de..8f6c9502b42 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2103,7 +2103,7 @@ the text, but put the text in the kill ring anyway. This means that 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,