[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106936: Further `declare' clarificat
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106936: Further `declare' clarifications |
Date: |
Thu, 26 Jan 2012 01:02:02 +0100 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106936
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2012-01-26 01:02:02 +0100
message:
Further `declare' clarifications
* macros.texi (Defining Macros): Don't claim that `declare' only
affects Edebug and indentation.
modified:
doc/lispref/ChangeLog
doc/lispref/macros.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-01-25 23:55:44 +0000
+++ b/doc/lispref/ChangeLog 2012-01-26 00:02:02 +0000
@@ -1,3 +1,8 @@
+2012-01-26 Lars Ingebrigtsen <address@hidden>
+
+ * macros.texi (Defining Macros): Don't claim that `declare' only
+ affects Edebug and indentation.
+
2012-01-25 Lars Ingebrigtsen <address@hidden>
* macros.texi (Defining Macros): Slight `declare' fixup.
=== modified file 'doc/lispref/macros.texi'
--- a/doc/lispref/macros.texi 2012-01-25 23:55:44 +0000
+++ b/doc/lispref/macros.texi 2012-01-26 00:02:02 +0000
@@ -257,7 +257,7 @@
No macro absolutely needs a @code{declare} form, because that form
has no effect on how the macro expands, on what the macro means in the
-program. It only affects secondary features: indentation and Edebug.
+program. It only affects the secondary features listed above.
@node Backquote
@section Backquote
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106936: Further `declare' clarifications,
Lars Ingebrigtsen <=