From b67e8b793f27a4f7e0d2786aed2308d4ba37ff76 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 26 Nov 2014 20:46:51 +0100 Subject: [PATCH] * text.texi (Document Object Model): Typo fix --- doc/lispref/text.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5