summaryrefslogtreecommitdiff
path: root/doc/lispref/macros.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-14 21:15:43 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-14 21:15:43 -0800
commit34706efab43c7e031d660438f05d6d775fd546a8 (patch)
tree5408e71b4eae81f0f62740496a922d6dcd2d6727 /doc/lispref/macros.texi
parentc3a70e2b95e4cf41b1a671f7d721f0ba4aaff679 (diff)
downloademacs-34706efab43c7e031d660438f05d6d775fd546a8.tar.gz
Spelling fixes.
Diffstat (limited to 'doc/lispref/macros.texi')
-rw-r--r--doc/lispref/macros.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index dca88d2b7c7..de9e1c405f0 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -605,7 +605,7 @@ either.
Within a macro definition, you can use the @code{declare} form
(@pxref{Defining Macros}) to specify how to @key{TAB} should indent
-calls to the macro. An indentation specifiction is written like this:
+calls to the macro. An indentation specification is written like this:
@example
(declare (indent @var{indent-spec}))