mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix minor formatting issue in isearch-forward documentation
* lisp/isearch.el (isearch-forward): Doc string formatting fix (bug#38207).
This commit is contained in:
parent
ecc21845ea
commit
35ab18c03c
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue