emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 16764cc305 1/2: * doc/emacs/search.texi (Special Isearch): Put re


From: Juri Linkov
Subject: master 16764cc305 1/2: * doc/emacs/search.texi (Special Isearch): Put related items together.
Date: Fri, 14 Jan 2022 03:19:11 -0500 (EST)

branch: master
commit 16764cc30565703e103edf50a8381fb36a128b00
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * doc/emacs/search.texi (Special Isearch): Put related items together.
    
    Move isearch-char-by-name closer to isearch-emoji-by-name.
---
 doc/emacs/search.texi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index 397bddbe99..d522eb85d9 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -435,14 +435,6 @@ search string, similar to inserting into a buffer using 
@kbd{C-q}
 incremental search adds the @samp{control-S} character to the search
 string.
 
-@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}).
-
 @item
 @kindex C-^ @r{(Incremental Search)}
 @findex isearch-toggle-input-method
@@ -473,6 +465,14 @@ 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}).
+
 @findex isearch-emoji-by-name
 @kindex C-x 8 e RET @r{(Incremental Search)}
   You can also include Emoji sequences in the search string.  Type



reply via email to

[Prev in Thread] Current Thread [Next in Thread]