From: Juri Linkov Date: Mon, 1 Mar 2021 19:58:00 +0000 (+0200) Subject: * lisp/isearch.el: Minor doc fix. X-Git-Tag: emacs-28.0.90~3473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6a4ef48fd0b0ea4386069eb47d148c930856ce6;p=emacs.git * lisp/isearch.el: Minor doc fix. --- 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.