summaryrefslogtreecommitdiff
path: root/doc/lispref/macros.texi
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-10-04 04:00:46 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-10-04 04:00:46 +0000
commita86cd3957b134f77a0ecb65a3514bd2856f60325 (patch)
treedf45e3badc92f8477e65cf040ffb246a4a19f7b1 /doc/lispref/macros.texi
parent2b34df4ebc935a834a77b930b35c4a42f7236440 (diff)
downloademacs-a86cd3957b134f77a0ecb65a3514bd2856f60325.tar.gz
* anti.texi (Antinews):
* macros.texi (Indenting Macros): * strings.texi (Creating Strings, Case Conversion): Remove duplicate words.
Diffstat (limited to 'doc/lispref/macros.texi')
-rw-r--r--doc/lispref/macros.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index 935dc6553dc..a3563be18a6 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -682,7 +682,7 @@ either.
@section Indenting Macros
You can use the @code{declare} form in the macro definition to
-specify how to @key{TAB} should indent indent calls to the macro. You
+specify how to @key{TAB} should indent calls to the macro. You
write it like this:
@example