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:
parent
d42f90385b
commit
65f3f60016
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user