1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00

Mention that `delete-region' doesn't alter the kill ring.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-14 15:40:24 +02:00
parent 3bbd2265c6
commit f0fcdf4bf6

View 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);