projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe91ff2
)
Documentation fix in elisp reference manual
author
Tino Calancha
<tino.calancha@gmail.com>
Fri, 24 Feb 2017 01:21:31 +0000
(10:21 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Fri, 24 Feb 2017 01:21:31 +0000
(10:21 +0900)
* doc/lispref/macros.texi (Defining Macros): Drop redundant mention
on 'declare' forms (Bug#25846).
doc/lispref/macros.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/macros.texi
b/doc/lispref/macros.texi
index 5638dfaecf8274805a6ca454d2ceb5ab6b8e550b..63a65a813041cae16c5f1c66b3ddf84241551948 100644
(file)
--- a/
doc/lispref/macros.texi
+++ b/
doc/lispref/macros.texi
@@
-255,10
+255,6
@@
of constants and nonconstant parts. To make this easier, use the
@end example
@end example
- The body of a macro definition can include a @code{declare} form,
-which specifies additional properties about the macro. @xref{Declare
-Form}.
-
@node Problems with Macros
@section Common Problems Using Macros
@cindex macro caveats