diff options
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) |