mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
Fix @item in the Emacs manual
* doc/emacs/maintaining.texi (Identifier Search): Replace @itemx with @item. * doc/emacs/search.texi (Special Isearch): Remove @item.
This commit is contained in:
parent
e3b43f6cd8
commit
10cf00648b
@ -2317,7 +2317,7 @@ them.
|
||||
@item M-?
|
||||
Find all the references for the identifier at point.
|
||||
|
||||
@itemx M-x xref-query-replace-in-results @key{RET} @var{replacement} @key{RET}
|
||||
@item M-x xref-query-replace-in-results @key{RET} @var{replacement} @key{RET}
|
||||
@itemx C-u M-x xref-query-replace-in-results @key{RET} @var{regexp} @key{RET} @var{replacement} @key{RET}
|
||||
Interactively replace @var{regexp} with @var{replacement} in the names
|
||||
of all the identifiers shown in the @file{*xref*} buffer.
|
||||
|
@ -465,7 +465,6 @@ character to the search string using an input method, and
|
||||
automatically disable the input method afterwards.
|
||||
@end itemize
|
||||
|
||||
@item
|
||||
@findex isearch-char-by-name
|
||||
@kindex C-x 8 RET @r{(Incremental Search)}
|
||||
Type @kbd{C-x 8 @key{RET}} (@code{isearch-char-by-name}), followed by
|
||||
|
Loading…
Reference in New Issue
Block a user