emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107889: * doc/lispref/macros.texi


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107889: * doc/lispref/macros.texi (Indenting Macros): Fix typo.
Date: Sat, 21 Apr 2012 12:34:05 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107889
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-04-21 12:34:05 -0700
message:
  * doc/lispref/macros.texi (Indenting Macros): Fix typo.
modified:
  doc/lispref/ChangeLog
  doc/lispref/macros.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-04-21 19:31:05 +0000
+++ b/doc/lispref/ChangeLog     2012-04-21 19:34:05 +0000
@@ -1,5 +1,7 @@
 2012-04-21  Glenn Morris  <address@hidden>
 
+       * 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)

=== modified file 'doc/lispref/macros.texi'
--- a/doc/lispref/macros.texi   2012-02-19 05:54:33 +0000
+++ b/doc/lispref/macros.texi   2012-04-21 19:34:05 +0000
@@ -605,7 +605,7 @@
 @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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]