]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix doc string of 'delete-selection-repeat-replace-region'
authorEli Zaretskii <eliz@gnu.org>
Wed, 1 Jun 2022 19:30:59 +0000 (22:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 1 Jun 2022 19:30:59 +0000 (22:30 +0300)
* lisp/delsel.el (delete-selection-repeat-replace-region): Doc
fix.  (Bug#55755)

lisp/delsel.el

index f5fe7cf7939f235feb8578923d7e48a6e70dbd76..554b1e7249a276770c6167db20106260dd0c9c39 100644 (file)
@@ -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)))