]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix glyphless-display-mode indexing
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 16 Apr 2022 15:21:43 +0000 (17:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 16 Apr 2022 15:21:43 +0000 (17:21 +0200)
* doc/lispref/display.texi (Glyphless Chars): Fix indexing.

doc/lispref/display.texi
etc/NEWS

index 2dc0ef4c0ba5ae59327b03683abc05473d00d08d..cbd8ac9b9a739d45566bc194d3b7180eb8aa1364 100644 (file)
@@ -8281,7 +8281,7 @@ there is no available font (on a graphical display), and characters
 which cannot be encoded by the terminal's coding system (on a text
 terminal).
 
-@vindex glyphless-display-mode
+@findex glyphless-display-mode
 The @code{glyphless-display-mode} minor mode can be used to toggle
 displaying glyphless characters in a convenient manner in the current
 buffer.  If this mode is enabled, all the glyphless characters are
index 4b8b3d4d6ff7a65474c223827d78ddda8709ca01..a2028e1aca7636e4ca5a750174e343a7ebf8f186 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -691,6 +691,7 @@ When this user option names a face, the current
 candidate in the "*Completions*" buffer is highlighted with that face.
 The nil value disables this highlighting.
 
+---
 *** Choosing a completion with a prefix argument doesn't exit the minibuffer.
 This means that typing 'C-u RET' on a completion candidate in the
 "*Completions*" buffer inserts the completion to the minibuffer,
@@ -708,6 +709,7 @@ command accepts the Unicode name of an Emoji (for example, "smiling
 face" or "heart with arrow"), like 'C-x 8 e e', with minibuffer
 completion, and adds the Emoji into the search string.
 
++++
 ** New minor mode 'glyphless-display-mode'.
 This allows an easy way to toggle seeing all glyphless characters in
 the current buffer.