changeset 53384:6eee911caf68

(xml-get-attribute-or-nil): Doc fix.
author Eli Zaretskii <eliz@is.elta.co.il>
date Mon, 29 Dec 2003 12:58:57 +0000
parents 503b1160745f
children 6e0c4399bc29
files lisp/xml.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/xml.el	Mon Dec 29 12:57:07 2003 +0000
+++ b/lisp/xml.el	Mon Dec 29 12:58:57 2003 +0000
@@ -106,7 +106,7 @@
 
 (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)