]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/macros.texi (Indenting Macros): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Apr 2012 19:34:05 +0000 (12:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Apr 2012 19:34:05 +0000 (12:34 -0700)
doc/lispref/ChangeLog
doc/lispref/macros.texi

index 7b30b0e7ac3421c782aa14f9f3e246b7e7437a8b..fa2b3386d19eb273a3ab721afd25ba71d268108f 100644 (file)
@@ -1,5 +1,7 @@
 2012-04-21  Glenn Morris  <rgm@gnu.org>
 
+       * macros.texi (Indenting Macros): Fix typo.
+
        * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
        (Resizing Windows, Deleting Windows, Selecting Windows)
        (Choosing Window Options, Horizontal Scrolling)
index a71d3379b8030e61ba9d194ad2115a7dd1efe5a8..b87e9f228f3704289a76a3f096125a8cd05cf800 100644 (file)
@@ -605,7 +605,7 @@ either.
 @section Indenting Macros
 
   Within a macro definition, you can use the @code{declare} form
-(@pxref{Defining Macros}) to specify how to @key{TAB} should indent
+(@pxref{Defining Macros}) to specify how @key{TAB} should indent
 calls to the macro.  An indentation specification is written like this:
 
 @example