emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/nxml/nxml-glyph.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/nxml/nxml-glyph.el,v
Date: Thu, 03 Jul 2008 12:25:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/07/03 12:25:23

Index: nxml/nxml-glyph.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/nxml/nxml-glyph.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- nxml/nxml-glyph.el  6 May 2008 04:25:55 -0000       1.5
+++ nxml/nxml-glyph.el  3 Jul 2008 12:25:21 -0000       1.6
@@ -334,14 +334,14 @@
 
 (defvar nxml-glyph-set-hook nil
   "*Hook for determining the set of glyphs in a face.
-The hook will receive a single argument FACE.  If it can determine the
-set of glyphs representable by FACE, it must set the variable
-`nxml-glyph-set' and return non-nil.  Otherwise, it must return
-nil. The hook will be run until success.  The constants
+The hook will receive a single argument FACE.  If it can determine
+the set of glyphs representable by FACE, it must set the variable
+`nxml-glyph-set' and return non-nil.  Otherwise, it must return nil.
+The hook will be run until success.  The constants
 `nxml-ascii-glyph-set', `nxml-latin1-glyph-set',
 `nxml-misc-fixed-1-glyph-set', `nxml-misc-fixed-2-glyph-set',
-`nxml-misc-fixed-3-glyph-set' and `nxml-wgl4-glyph-set' are predefined
-for use by `nxml-glyph-set-hook'.")
+`nxml-misc-fixed-3-glyph-set' and `nxml-wgl4-glyph-set' are
+predefined for use by `nxml-glyph-set-hook'.")
 
 (defvar nxml-glyph-set nil
   "Used by `nxml-glyph-set-hook' to return set of glyphs in a FACE.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]