summaryrefslogtreecommitdiff
path: root/lisp/xml.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/xml.el')
-rw-r--r--lisp/xml.el2
1 files changed, 1 insertions, 1 deletions
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)