1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(xml-get-attribute-or-nil): Doc fix.

This commit is contained in:
Eli Zaretskii 2003-12-29 13:00:09 +00:00
parent d42f90385b
commit 65f3f60016
2 changed files with 5 additions and 1 deletions

View 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)