]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/search.texi (Special Isearch): Move isearch-char-by-name item back
authorJuri Linkov <juri@linkov.net>
Sat, 15 Jan 2022 18:27:15 +0000 (20:27 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 15 Jan 2022 18:27:15 +0000 (20:27 +0200)
Put it at the end of the list and still closer to isearch-emoji-by-name.

doc/emacs/search.texi

index fa1b0eee7c3ba14f02d4368aa18024a5ce932c70..a57cfac8dafcd2ef767ba69bc6091d48985c7628 100644 (file)
@@ -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)}