1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

* lisp/isearch.el: Minor doc fix.

This commit is contained in:
Juri Linkov 2021-03-01 21:58:00 +02:00
parent 6268c9ba6e
commit e6a4ef48fd

View file

@ -26,7 +26,7 @@
;; Instructions
;; For programmed use of isearch-mode, e.g. calling (`isearch-forward'),
;; For programmed use of isearch-mode, e.g. calling `isearch-forward',
;; isearch-mode behaves modally and does not return until the search
;; is completed. It uses a recursive-edit to behave this way.