emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105195: Mention that `delete-region'


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105195: Mention that `delete-region' doesn't alter the kill ring.
Date: Thu, 14 Jul 2011 15:40:24 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105195
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 15:40:24 +0200
message:
  Mention that `delete-region' doesn't alter the kill ring.
modified:
  src/editfns.c
=== modified file 'src/editfns.c'
--- a/src/editfns.c     2011-07-14 13:37:20 +0000
+++ b/src/editfns.c     2011-07-14 13:40:24 +0000
@@ -3161,7 +3161,8 @@
 
 DEFUN ("delete-region", Fdelete_region, Sdelete_region, 2, 2, "r",
        doc: /* Delete the text between START and END.
-If called interactively, delete the region between point and mark.  */)
+If called interactively, delete the region between point and mark.
+This command deletes buffer text without modifying the kill ring.  */)
   (Lisp_Object start, Lisp_Object end)
 {
   validate_region (&start, &end);


reply via email to

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