* text.texi (Document Object Model): Typo fix
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 26 Nov 2014 19:46:51 +0000 (20:46 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 26 Nov 2014 19:47:01 +0000 (20:47 +0100)
doc/lispref/text.texi

index 2280a8e852a82b317c48721766a79b9cbc16f34b..3d9451a708ff7ed0febc74e62ab9b1e0c7ae0992 100644 (file)
@@ -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{attributes}
-Return the value of @var{attributes} 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