diff options
| author | Chong Yidong | 2012-04-09 21:05:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-09 21:05:48 +0800 |
| commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
| tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/nxml | |
| parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
| download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip | |
Remove * characters from the front of variable docstrings.
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 |