From a2715669792e0c866e16927914f72b4fc6249afa Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 21 Apr 2012 12:34:05 -0700 Subject: [PATCH] * doc/lispref/macros.texi (Indenting Macros): Fix typo. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/macros.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7b30b0e7ac3..fa2b3386d19 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2012-04-21 Glenn Morris + * 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) diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index a71d3379b80..b87e9f228f3 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi @@ -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 -- 2.39.2