From: Glenn Morris Date: Sat, 21 Apr 2012 19:34:05 +0000 (-0700) Subject: * doc/lispref/macros.texi (Indenting Macros): Fix typo. X-Git-Tag: emacs-24.0.96~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2715669792e0c866e16927914f72b4fc6249afa;p=emacs.git * doc/lispref/macros.texi (Indenting Macros): Fix typo. --- 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