diff options
author | Eli Zaretskii <eliz@is.elta.co.il> | 2003-12-29 13:00:09 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@is.elta.co.il> | 2003-12-29 13:00:09 +0000 |
commit | 65f3f600169a05911a71cac506df36e2d47b33dd (patch) | |
tree | be9439423a00a3d61c85fc290c5e8832671056b7 /lisp/xml.el | |
parent | d42f90385b734af3711b1573f5bab1977b1627f2 (diff) | |
download | emacs-65f3f600169a05911a71cac506df36e2d47b33dd.tar.gz |
(xml-get-attribute-or-nil): Doc fix.
Diffstat (limited to 'lisp/xml.el')
-rw-r--r-- | lisp/xml.el | 2 |
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) |