diff options
Diffstat (limited to 'lisp/nxml')
| -rw-r--r-- | lisp/nxml/nxml-glyph.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-nxml.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/nxml/nxml-glyph.el b/lisp/nxml/nxml-glyph.el index ba940cd513e..6e15e5d4ce0 100644 --- a/lisp/nxml/nxml-glyph.el +++ b/lisp/nxml/nxml-glyph.el | |||
| @@ -333,7 +333,7 @@ This repertoire is supported for the following fonts: | |||
| 333 | "Glyph set corresponding to Windows Glyph List 4.") | 333 | "Glyph set corresponding to Windows Glyph List 4.") |
| 334 | 334 | ||
| 335 | (defvar nxml-glyph-set-hook nil | 335 | (defvar nxml-glyph-set-hook nil |
| 336 | "*Hook for determining the set of glyphs in a face. | 336 | "Hook for determining the set of glyphs in a face. |
| 337 | The hook will receive a single argument FACE. If it can determine | 337 | The hook will receive a single argument FACE. If it can determine |
| 338 | the set of glyphs representable by FACE, it must set the variable | 338 | the set of glyphs representable by FACE, it must set the variable |
| 339 | `nxml-glyph-set' and return non-nil. Otherwise, it must return nil. | 339 | `nxml-glyph-set' and return non-nil. Otherwise, it must return nil. |
diff --git a/lisp/nxml/rng-nxml.el b/lisp/nxml/rng-nxml.el index 1047ead1b13..a587c14e01a 100644 --- a/lisp/nxml/rng-nxml.el +++ b/lisp/nxml/rng-nxml.el | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | :group 'relax-ng) | 54 | :group 'relax-ng) |
| 55 | 55 | ||
| 56 | (defvar rng-complete-end-tags-after-< t | 56 | (defvar rng-complete-end-tags-after-< t |
| 57 | "*Non-nil means immediately after < complete on end-tag names. | 57 | "Non-nil means immediately after < complete on end-tag names. |
| 58 | Complete on start-tag names regardless.") | 58 | Complete on start-tag names regardless.") |
| 59 | 59 | ||
| 60 | (defvar rng-nxml-easy-menu | 60 | (defvar rng-nxml-easy-menu |