aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLele Gaifax2019-11-15 09:10:24 +0100
committerLars Ingebrigtsen2019-11-15 09:10:24 +0100
commit35ab18c03cf2ec5f7f1f8c511d656cd96f24d007 (patch)
tree91a219d63a47cdde2bac2caed67d36b3fd214f6c
parentecc21845eaac931dc12ac5057296fbf742336a02 (diff)
downloademacs-35ab18c03cf2ec5f7f1f8c511d656cd96f24d007.tar.gz
emacs-35ab18c03cf2ec5f7f1f8c511d656cd96f24d007.zip
Fix minor formatting issue in isearch-forward documentation
* lisp/isearch.el (isearch-forward): Doc string formatting fix (bug#38207).
-rw-r--r--lisp/isearch.el4
1 files 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\
1049 the last search string. 1049 the last search string.
1050Type \\[isearch-highlight-regexp] to run `highlight-regexp'\ 1050Type \\[isearch-highlight-regexp] to run `highlight-regexp'\
1051 that highlights the last search string. 1051 that highlights the last search string.
1052Type \\[isearch-highlight-lines-matching-regexp] to run 1052Type \\[isearch-highlight-lines-matching-regexp] to run\
1053 `highlight-lines-matching-regexp'\ that highlights lines 1053 `highlight-lines-matching-regexp' that highlights lines
1054 matching the last search string. 1054 matching the last search string.
1055 1055
1056Type \\[isearch-describe-bindings] to display all Isearch key bindings. 1056Type \\[isearch-describe-bindings] to display all Isearch key bindings.