]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention that `delete-region' doesn't alter the kill ring.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 13:40:24 +0000 (15:40 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 13:40:24 +0000 (15:40 +0200)
src/editfns.c

index 0b0ebc539e7ec9081266f053e92adcd40a4ddcac..b20c38faacd7f73c9d2abc2101b416cf4b1c83e7 100644 (file)
@@ -3161,7 +3161,8 @@ It returns the number of characters changed.  */)
 
 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);