1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00: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

@ -1,3 +1,7 @@
2003-12-29 Eli Zaretskii <eliz@elta.co.il>
* xml.el (xml-get-attribute-or-nil): Doc fix.
2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
* net/zone-mode.el (zone-mode): Use write-file-functions, not

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)