]> git.eshelyaron.com Git - emacs.git/commitdiff
(xml-get-attribute-or-nil): Doc fix.
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 13:00:09 +0000 (13:00 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 13:00:09 +0000 (13:00 +0000)
lisp/ChangeLog
lisp/xml.el

index 2f1d4f8615aff23896df7355da3a71e3c6354267..fbc051c45734366e0c8e67589d451067e6607c92 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
+
+       * xml.el (xml-get-attribute-or-nil): Doc fix.
+
 2003-12-29  Peter 'Luna' Runestig <peter@runestig.com>
 
        * net/zone-mode.el (zone-mode): Use write-file-functions, not
index 72ffa43dcc94323153bbe61f540ebbd0797a53db..dbd991f5583945caa2ae14d0d38456404ae97504 100644 (file)
@@ -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)