From: Lele Gaifax Date: Fri, 15 Nov 2019 08:10:24 +0000 (+0100) Subject: Fix minor formatting issue in isearch-forward documentation X-Git-Tag: emacs-27.0.90~614 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35ab18c03cf2ec5f7f1f8c511d656cd96f24d007;p=emacs.git Fix minor formatting issue in isearch-forward documentation * lisp/isearch.el (isearch-forward): Doc string formatting fix (bug#38207). --- diff --git a/lisp/isearch.el b/lisp/isearch.el index a46f4fc3eee..4f3342782d3 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1049,8 +1049,8 @@ Type \\[isearch-occur] to run `occur' that shows\ the last search string. Type \\[isearch-highlight-regexp] to run `highlight-regexp'\ that highlights the last search string. -Type \\[isearch-highlight-lines-matching-regexp] to run - `highlight-lines-matching-regexp'\ that highlights lines +Type \\[isearch-highlight-lines-matching-regexp] to run\ + `highlight-lines-matching-regexp' that highlights lines matching the last search string. Type \\[isearch-describe-bindings] to display all Isearch key bindings.