diff doc/lispref/macros.texi @ 105427:3a74e594b760

* anti.texi (Antinews): * macros.texi (Indenting Macros): * strings.texi (Creating Strings, Case Conversion): Remove duplicate words.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 04 Oct 2009 04:00:46 +0000
parents d9ecdef72984
children 1d1d5d9bd884
line wrap: on
line diff
--- a/doc/lispref/macros.texi	Sun Oct 04 02:58:53 2009 +0000
+++ b/doc/lispref/macros.texi	Sun Oct 04 04:00:46 2009 +0000
@@ -682,7 +682,7 @@
 @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