* doc/lispref/macros.texi (Indenting Macros): Fix typo.
This commit is contained in:
parent
09ebefe1e0
commit
a271566979
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue