diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-12-02 12:32:17 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-12-02 12:32:17 +0200 |
commit | 6927841ecba6494858cc3af7c0500e6cd3c4923a (patch) | |
tree | 20215d61fcc8b586657a79cbfbca8581e98d118a /lisp/textmodes/glyphless-mode.el | |
parent | 3f98188b864fb4f16a7c2878a96c880ec55452dd (diff) | |
download | emacs-6927841ecba6494858cc3af7c0500e6cd3c4923a.tar.gz emacs-6927841ecba6494858cc3af7c0500e6cd3c4923a.tar.bz2 emacs-6927841ecba6494858cc3af7c0500e6cd3c4923a.zip |
Fix recent changes related to 'glyphless-display-mode'
* lisp/textmodes/glyphless-mode.el (glyphless-mode-types): Fix
spelling of "bidirectional".
* lisp/international/characters.el (char-acronym-table): Fix
acronyms for LRI and RLI: use their accepted shorthands.
(glyphless-char-display-control): Fix spelling of doc string.
* doc/lispref/display.texi (Glyphless Chars): Fix spelling and add
a cross-reference.
Diffstat (limited to 'lisp/textmodes/glyphless-mode.el')
-rw-r--r-- | lisp/textmodes/glyphless-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/glyphless-mode.el b/lisp/textmodes/glyphless-mode.el index 9751b9f143e..177ba42c9c8 100644 --- a/lisp/textmodes/glyphless-mode.el +++ b/lisp/textmodes/glyphless-mode.el @@ -34,7 +34,7 @@ The value can be any of the groups supported by (const :tag "C0 Control" c0-control) (const :tag "C1 Control" c1-control) (const :tag "Format Control" format-control) - (const :tag "Bi-directional Control" bidi-control) + (const :tag "Bidirectional Control" bidi-control) (const :tag "Variation Selectors" variation-selectors) (const :tag "No Font" no-font))) :group 'display) |