emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b67e8b7: * text.texi (Document Object Model): Typo


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master b67e8b7: * text.texi (Document Object Model): Typo fix
Date: Wed, 26 Nov 2014 19:47:07 +0000

branch: master
commit b67e8b793f27a4f7e0d2786aed2308d4ba37ff76
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Wed Nov 26 20:46:51 2014 +0100

    * text.texi (Document Object Model): Typo fix
---
 doc/lispref/text.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 2280a8e..3d9451a 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.
 
address@hidden dom-attr @var{node} @var{attributes}
-Return the value of @var{attributes} in the node.  A common usage
address@hidden dom-attr @var{node} @var{attribute}
+Return the value of @var{attribute} in the node.  A common usage
 would be:
 
 @lisp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]