summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-01-15 20:27:15 +0200
committerJuri Linkov <juri@linkov.net>2022-01-15 20:27:15 +0200
commit7055104358ad51b8c49e120851ee5d4d3c909e6d (patch)
treed6ae3aea0cd8da065d5e20cdf2c2f9c59a05ca48
parent525dc6e5c428185b62c72d7958cd4fe17937f126 (diff)
downloademacs-7055104358ad51b8c49e120851ee5d4d3c909e6d.tar.gz
* doc/emacs/search.texi (Special Isearch): Move isearch-char-by-name item back
Put it at the end of the list and still closer to isearch-emoji-by-name.
-rw-r--r--doc/emacs/search.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index fa1b0eee7c3..a57cfac8daf 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -463,14 +463,15 @@ transient input method (@pxref{transient input method}) with
@kbd{C-x \} (@code{isearch-transient-input-method}) to insert a single
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
a Unicode name or code-point in hex. This adds the specified
character into the search string, similar to the usual
@code{insert-char} command (@pxref{Inserting Text}).
+@end itemize
@findex isearch-emoji-by-name
@kindex C-x 8 e RET @r{(Incremental Search)}