diff options
author | Juri Linkov <juri@linkov.net> | 2021-03-01 21:58:00 +0200 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2021-03-01 21:58:43 +0200 |
commit | e6a4ef48fd0b0ea4386069eb47d148c930856ce6 (patch) | |
tree | 4b80a594eb1fbbb56ab379d56b30577a12c0a81a /lisp/isearch.el | |
parent | 6268c9ba6e2cad11837181a3e75c805b73619a0b (diff) | |
download | emacs-e6a4ef48fd0b0ea4386069eb47d148c930856ce6.tar.gz emacs-e6a4ef48fd0b0ea4386069eb47d148c930856ce6.tar.bz2 emacs-e6a4ef48fd0b0ea4386069eb47d148c930856ce6.zip |
* lisp/isearch.el: Minor doc fix.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 8aaf7654298..e7926ac08ce 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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. |