From: Eli Zaretskii Date: Mon, 29 Dec 2003 13:00:09 +0000 (+0000) Subject: (xml-get-attribute-or-nil): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~8103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65f3f600169a05911a71cac506df36e2d47b33dd;p=emacs.git (xml-get-attribute-or-nil): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f1d4f8615a..fbc051c4573 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-12-29 Eli Zaretskii + + * xml.el (xml-get-attribute-or-nil): Doc fix. + 2003-12-29 Peter 'Luna' Runestig * net/zone-mode.el (zone-mode): Use write-file-functions, not diff --git a/lisp/xml.el b/lisp/xml.el index 72ffa43dcc9..dbd991f5583 100644 --- a/lisp/xml.el +++ b/lisp/xml.el @@ -106,7 +106,7 @@ CHILD-NAME should be a lower case symbol." (defun xml-get-attribute-or-nil (node attribute) "Get from NODE the value of ATTRIBUTE. -nil is returned if the attribute was not found. +Return `nil' if the attribute was not found. See also `xml-get-attribute'." (when (xml-node-attributes node)