* doc/lispref/macros.texi (Indenting Macros): Fix typo.

This commit is contained in:
Glenn Morris 2012-04-21 12:34:05 -07:00
parent 09ebefe1e0
commit a271566979
2 changed files with 3 additions and 1 deletions

View 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)

View 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