aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2014-11-26 20:46:51 +0100
committerLars Magne Ingebrigtsen2014-11-26 20:47:01 +0100
commitb67e8b793f27a4f7e0d2786aed2308d4ba37ff76 (patch)
tree99a719b87546d1c7c39626dec41bb2aa4f5a782d /doc
parent41a1fd3638a62277cd057b598d70b55233340989 (diff)
downloademacs-b67e8b793f27a4f7e0d2786aed2308d4ba37ff76.tar.gz
emacs-b67e8b793f27a4f7e0d2786aed2308d4ba37ff76.zip
* text.texi (Document Object Model): Typo fix
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/text.texi4
1 files 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:
4422@item dom-tag @var{node} 4422@item dom-tag @var{node}
4423Return the @dfn{tag} (also called ``node name'') of the node. 4423Return the @dfn{tag} (also called ``node name'') of the node.
4424 4424
4425@item dom-attr @var{node} @var{attributes} 4425@item dom-attr @var{node} @var{attribute}
4426Return the value of @var{attributes} in the node. A common usage 4426Return the value of @var{attribute} in the node. A common usage
4427would be: 4427would be:
4428 4428
4429@lisp 4429@lisp