emacs-diffs
[Top][All Lists]
Advanced

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

master bb8e277df1: Fix glyphless-display-mode indexing


From: Lars Ingebrigtsen
Subject: master bb8e277df1: Fix glyphless-display-mode indexing
Date: Sat, 16 Apr 2022 11:21:56 -0400 (EDT)

branch: master
commit bb8e277df1b03ad05be7cbb8c8458d3df4da03f2
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix glyphless-display-mode indexing
    
    * doc/lispref/display.texi (Glyphless Chars): Fix indexing.
---
 doc/lispref/display.texi | 2 +-
 etc/NEWS                 | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 2dc0ef4c0b..cbd8ac9b9a 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -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
diff --git a/etc/NEWS b/etc/NEWS
index 4b8b3d4d6f..a2028e1aca 100644
--- 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.



reply via email to

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