emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106810: * macros.texi (Defining Macr


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106810: * macros.texi (Defining Macros): Document `doc-string'.
Date: Sat, 07 Jan 2012 06:48:06 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106810
fixes bug(s): http://debbugs.gnu.org/9668
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2012-01-07 06:48:06 +0100
message:
  * macros.texi (Defining Macros): Document `doc-string'.
modified:
  doc/lispref/ChangeLog
  doc/lispref/macros.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-01-06 10:53:41 +0000
+++ b/doc/lispref/ChangeLog     2012-01-07 05:48:06 +0000
@@ -1,3 +1,7 @@
+2012-01-07  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
+
 2012-01-06  Chong Yidong  <address@hidden>
 
        * variables.texi (Directory Local Variables): Document

=== modified file 'doc/lispref/macros.texi'
--- a/doc/lispref/macros.texi   2012-01-05 09:46:05 +0000
+++ b/doc/lispref/macros.texi   2012-01-07 05:48:06 +0000
@@ -239,6 +239,9 @@
 @item (indent @var{indent-spec})
 Specify how to indent calls to this macro.  @xref{Indenting Macros},
 for more details.
+
address@hidden (doc-string @var{number})
+Specify which element of the macro is the doc string, if any.
 @end table
 
 A @code{declare} form only has its special effect in the body of a


reply via email to

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