diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 15:48:22 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 16:02:19 +0100 |
| commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
| tree | aee24e35b156969e2450699b3d02621bcec3375e /lisp/nxml | |
| parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
; Fix typos
Diffstat (limited to 'lisp/nxml')
| -rw-r--r-- | lisp/nxml/nxml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index 9cbab295042..fb8d5322c07 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el @@ -195,7 +195,7 @@ This is not used directly, but only via inheritance by other faces." (defface nxml-char-ref-number '((t (:inherit nxml-ref))) "Face used for the number in character references. -This includes ths `x' in hex references." +This includes the `x' in hex references." :group 'nxml-faces) (defface nxml-char-ref-delimiter |
