X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4787a496a05fdc03241850b45911dd283d4b06b8..95a2cb24b0697558e6629460d8bc693b394f0138:/lisp/nxml/rng-dt.el diff --git a/lisp/nxml/rng-dt.el b/lisp/nxml/rng-dt.el index 1dda35dd1f..855bf93e8a 100644 --- a/lisp/nxml/rng-dt.el +++ b/lisp/nxml/rng-dt.el @@ -1,9 +1,9 @@ ;;; rng-dt.el --- datatype library interface for RELAX NG -;; Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. ;; Author: James Clark -;; Keywords: XML, RelaxNG +;; Keywords: wp, hypermedia, languages, XML, RelaxNG ;; This file is part of GNU Emacs. @@ -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)))) @@ -61,5 +61,4 @@ library.") (provide 'rng-dt) -;; arch-tag: 1dca90f1-8dae-4dd4-b61f-fade4452c014 ;;; rng-dt.el ends here