comparison doc/lispref/macros.texi @ 105427:3a74e594b760

* anti.texi (Antinews): * macros.texi (Indenting Macros): * strings.texi (Creating Strings, Case Conversion): Remove duplicate words.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 04 Oct 2009 04:00:46 +0000
parents d9ecdef72984
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
105426:d0a6d64c3cfc 105427:3a74e594b760
680 680
681 @node Indenting Macros 681 @node Indenting Macros
682 @section Indenting Macros 682 @section Indenting Macros
683 683
684 You can use the @code{declare} form in the macro definition to 684 You can use the @code{declare} form in the macro definition to
685 specify how to @key{TAB} should indent indent calls to the macro. You 685 specify how to @key{TAB} should indent calls to the macro. You
686 write it like this: 686 write it like this:
687 687
688 @example 688 @example
689 (declare (indent @var{indent-spec})) 689 (declare (indent @var{indent-spec}))
690 @end example 690 @end example