Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
65f3f600
Commit
65f3f600
authored
Dec 29, 2003
by
Eli Zaretskii
Browse files
(xml-get-attribute-or-nil): Doc fix.
parent
d42f9038
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/xml.el
lisp/xml.el
+1
-1
No files found.
lisp/ChangeLog
View file @
65f3f600
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
...
...
lisp/xml.el
View file @
65f3f600
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment