summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-21 12:34:05 -0700
committerGlenn Morris <rgm@gnu.org>2012-04-21 12:34:05 -0700
commita2715669792e0c866e16927914f72b4fc6249afa (patch)
treeca80cb75b8502ae6f1a7de60a0b9ef677df4528f
parent09ebefe1e00416b16c27c9c85d1a30498ed3c047 (diff)
downloademacs-a2715669792e0c866e16927914f72b4fc6249afa.tar.gz
* doc/lispref/macros.texi (Indenting Macros): Fix typo.
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/macros.texi2
2 files changed, 3 insertions, 1 deletions
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 <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)
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