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:
parent
3bbd2265c6
commit
f0fcdf4bf6
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue