emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el [lexbind]
Date: Tue, 06 Jul 2004 05:55:49 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.551.2.16 emacs/lisp/simple.el:1.551.2.17
*** emacs/lisp/simple.el:1.551.2.16     Tue Jul  6 09:31:49 2004
--- emacs/lisp/simple.el        Tue Jul  6 09:47:53 2004
***************
*** 2103,2109 ****
  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
   to be killed.
  Any command that calls this function is a \"kill command\".
  If the previous command was also a kill command,
--- 2103,2109 ----
  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 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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]