From: Lars Magne Ingebrigtsen Date: Wed, 26 Nov 2014 19:46:51 +0000 (+0100) Subject: * text.texi (Document Object Model): Typo fix X-Git-Tag: emacs-25.0.90~2635^2~309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b67e8b793f27a4f7e0d2786aed2308d4ba37ff76;p=emacs.git * text.texi (Document Object Model): Typo fix --- diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 2280a8e852a..3d9451a708f 100644 --- 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{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