diff options
author | Eli Zaretskii <eliz@is.elta.co.il> | 2003-12-29 12:58:57 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@is.elta.co.il> | 2003-12-29 12:58:57 +0000 |
commit | 1dca7f38ae8f77bbae8b4fbe59fbfaeafbb70721 (patch) | |
tree | 48e3f28191c632ac777cc041ab9947af57279304 /lisp/xml.el | |
parent | ae217bc29c37f33baf1328dad792c95511ed052d (diff) | |
download | emacs-1dca7f38ae8f77bbae8b4fbe59fbfaeafbb70721.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) |