From: Lars Ingebrigtsen Date: Sat, 16 Apr 2022 15:21:43 +0000 (+0200) Subject: Fix glyphless-display-mode indexing X-Git-Tag: emacs-29.0.90~1931^2~515 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb8e277df1b03ad05be7cbb8c8458d3df4da03f2;p=emacs.git Fix glyphless-display-mode indexing * doc/lispref/display.texi (Glyphless Chars): Fix indexing. --- diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 2dc0ef4c0ba..cbd8ac9b9a7 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 4b8b3d4d6ff..a2028e1aca7 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.