]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/isearch.el: Minor doc fix.
authorJuri Linkov <juri@linkov.net>
Mon, 1 Mar 2021 19:58:00 +0000 (21:58 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 1 Mar 2021 19:58:43 +0000 (21:58 +0200)
lisp/isearch.el

index 8aaf76542986911c81a7dcd1df2b680c65380c98..e7926ac08ce95f49ff899cfd8b4a5cd9cf30749c 100644 (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.