From 35ab18c03cf2ec5f7f1f8c511d656cd96f24d007 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Fri, 15 Nov 2019 09:10:24 +0100 Subject: [PATCH] Fix minor formatting issue in isearch-forward documentation * lisp/isearch.el (isearch-forward): Doc string formatting fix (bug#38207). --- lisp/isearch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5