aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml
diff options
context:
space:
mode:
authorChong Yidong2012-04-09 21:05:48 +0800
committerChong Yidong2012-04-09 21:05:48 +0800
commitfb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch)
treeeba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/nxml
parenta18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff)
downloademacs-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.el2
-rw-r--r--lisp/nxml/rng-nxml.el2
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.
337The hook will receive a single argument FACE. If it can determine 337The hook will receive a single argument FACE. If it can determine
338the set of glyphs representable by FACE, it must set the variable 338the 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.
58Complete on start-tag names regardless.") 58Complete on start-tag names regardless.")
59 59
60(defvar rng-nxml-easy-menu 60(defvar rng-nxml-easy-menu