emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 bfa647972f: ; Fix doc string of 'delete-selection-repeat-replac


From: Eli Zaretskii
Subject: emacs-28 bfa647972f: ; Fix doc string of 'delete-selection-repeat-replace-region'
Date: Wed, 1 Jun 2022 15:31:28 -0400 (EDT)

branch: emacs-28
commit bfa647972f39e709c7a51981be3761224f0c1d48
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix doc string of 'delete-selection-repeat-replace-region'
    
    * lisp/delsel.el (delete-selection-repeat-replace-region): Doc
    fix.  (Bug#55755)
---
 lisp/delsel.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/delsel.el b/lisp/delsel.el
index f5fe7cf793..554b1e7249 100644
--- a/lisp/delsel.el
+++ b/lisp/delsel.el
@@ -108,7 +108,8 @@ the active region is killed instead of deleted."
   "Repeat replacing text of highlighted region with typed text.
 Search for the next stretch of text identical to the region last replaced
 by typing text over it and replaces it with the same stretch of text.
-With ARG, repeat that many times.  `\\[universal-argument]' means until end of 
buffer."
+With ARG (interactively, prefix numeric argument), repeat that many times.
+Just `\\[universal-argument]' means repeat until the end of the buffer's 
accessible portion."
   (interactive "P")
   (let ((old-text (and delete-selection-save-to-register
                        (get-register delete-selection-save-to-register)))



reply via email to

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