# HG changeset patch # User Juanma Barranquero # Date 1086641536 0 # Node ID 594a6cacebfe34167b6698c625556119c71ddfc0 # Parent b8d3cea56c4429210cc21041021a63267f6fbf0a (kill-region): Doc fix. diff -r b8d3cea56c44 -r 594a6cacebfe lisp/simple.el --- 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,