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/rng-dt.el,v


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

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

Index: nxml/rng-dt.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/nxml/rng-dt.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- nxml/rng-dt.el      6 May 2008 04:25:56 -0000       1.5
+++ nxml/rng-dt.el      3 Jul 2008 12:25:22 -0000       1.6
@@ -34,13 +34,13 @@
     nil))
 
 (defvar rng-dt-namespace-context-getter nil
-  "A list used by datatype libraries to expand names.  The car of the
-list is a symbol which is the name of a function.  This function is
-applied to the cdr of the list.  The function must return a list whose
-car is the default namespace and whose cdr is an alist of (PREFIX
-. NAMESPACE) pairs, where PREFIX is a string and NAMESPACE is a
-symbol.  This must be dynamically bound before calling a datatype
-library.")
+  "A list used by datatype libraries to expand names.
+The car of the list is a symbol which is the name of a function.
+This function is applied to the cdr of the list.  The function must
+return a list whose car is the default namespace and whose cdr is an
+alist of (PREFIX . NAMESPACE) pairs, where PREFIX is a string and
+NAMESPACE is a symbol.  This must be dynamically bound before calling
+a datatype library.")
 
 (defsubst rng-dt-make-value (dt str)
   (apply (car dt) (cons str (cdr dt))))




reply via email to

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