diff options
| author | Lele Gaifax | 2019-11-15 09:10:24 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-11-15 09:10:24 +0100 |
| commit | 35ab18c03cf2ec5f7f1f8c511d656cd96f24d007 (patch) | |
| tree | 91a219d63a47cdde2bac2caed67d36b3fd214f6c | |
| parent | ecc21845eaac931dc12ac5057296fbf742336a02 (diff) | |
| download | emacs-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.el | 4 |
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. |
| 1050 | Type \\[isearch-highlight-regexp] to run `highlight-regexp'\ | 1050 | Type \\[isearch-highlight-regexp] to run `highlight-regexp'\ |
| 1051 | that highlights the last search string. | 1051 | that highlights the last search string. |
| 1052 | Type \\[isearch-highlight-lines-matching-regexp] to run | 1052 | Type \\[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 | ||
| 1056 | Type \\[isearch-describe-bindings] to display all Isearch key bindings. | 1056 | Type \\[isearch-describe-bindings] to display all Isearch key bindings. |