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: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~339 X-Git-Url: https://dgit.raspbian.org/?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