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:
parent
d42f90385b
commit
65f3f60016
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue