projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41a1fd3
)
* text.texi (Document Object Model): Typo fix
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Wed, 26 Nov 2014 19:46:51 +0000
(20:46 +0100)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Wed, 26 Nov 2014 19:47:01 +0000
(20:47 +0100)
doc/lispref/text.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/text.texi
b/doc/lispref/text.texi
index 2280a8e852a82b317c48721766a79b9cbc16f34b..3d9451a708ff7ed0febc74e62ab9b1e0c7ae0992 100644
(file)
--- a/
doc/lispref/text.texi
+++ b/
doc/lispref/text.texi
@@
-4422,8
+4422,8
@@
Simple accessors:
@item dom-tag @var{node}
Return the @dfn{tag} (also called ``node name'') of the node.
-@item dom-attr @var{node} @var{attribute
s
}
-Return the value of @var{attribute
s
} in the node. A common usage
+@item dom-attr @var{node} @var{attribute}
+Return the value of @var{attribute} in the node. A common usage
would be:
@lisp