diff options
| author | Lars Ingebrigtsen | 2012-01-26 01:02:02 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2012-01-26 01:02:02 +0100 |
| commit | 69b0acb95690de72a80beedf114f8f0896ef1354 (patch) | |
| tree | 0f931bc3e1a572d5ac6bf775eb3eb3413a213794 | |
| parent | 543757a8bd2906d5c4d4c06fae89ebba08be5a66 (diff) | |
| download | emacs-69b0acb95690de72a80beedf114f8f0896ef1354.tar.gz emacs-69b0acb95690de72a80beedf114f8f0896ef1354.zip | |
Further `declare' clarifications
* macros.texi (Defining Macros): Don't claim that `declare' only
affects Edebug and indentation.
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/macros.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index feab1a33cc7..69eca805eea 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * macros.texi (Defining Macros): Don't claim that `declare' only | ||
| 4 | affects Edebug and indentation. | ||
| 5 | |||
| 1 | 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org> | 6 | 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * macros.texi (Defining Macros): Slight `declare' fixup. | 8 | * macros.texi (Defining Macros): Slight `declare' fixup. |
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index 160a4636218..3804d963108 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi | |||
| @@ -257,7 +257,7 @@ without evaluating any @var{specs}. | |||
| 257 | 257 | ||
| 258 | No macro absolutely needs a @code{declare} form, because that form | 258 | No macro absolutely needs a @code{declare} form, because that form |
| 259 | has no effect on how the macro expands, on what the macro means in the | 259 | has no effect on how the macro expands, on what the macro means in the |
| 260 | program. It only affects secondary features: indentation and Edebug. | 260 | program. It only affects the secondary features listed above. |
| 261 | 261 | ||
| 262 | @node Backquote | 262 | @node Backquote |
| 263 | @section Backquote | 263 | @section Backquote |