diff options
| author | Tino Calancha | 2017-02-24 10:21:31 +0900 |
|---|---|---|
| committer | Tino Calancha | 2017-02-24 10:21:31 +0900 |
| commit | 0d5957ec6f10d2ab8eeaafb48eb032e8315aaff3 (patch) | |
| tree | e499ee794403f4e2da7d629c2765742d1392e7ae /doc | |
| parent | fe91ff27c54cc10b70a5c5d5bac4017922866717 (diff) | |
| download | emacs-0d5957ec6f10d2ab8eeaafb48eb032e8315aaff3.tar.gz emacs-0d5957ec6f10d2ab8eeaafb48eb032e8315aaff3.zip | |
Documentation fix in elisp reference manual
* doc/lispref/macros.texi (Defining Macros): Drop redundant mention
on 'declare' forms (Bug#25846).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/macros.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index 5638dfaecf8..63a65a81304 100644 --- 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 | |||
| 255 | @end example | 255 | @end example |
| 256 | @end example | 256 | @end example |
| 257 | 257 | ||
| 258 | The body of a macro definition can include a @code{declare} form, | ||
| 259 | which specifies additional properties about the macro. @xref{Declare | ||
| 260 | Form}. | ||
| 261 | |||
| 262 | @node Problems with Macros | 258 | @node Problems with Macros |
| 263 | @section Common Problems Using Macros | 259 | @section Common Problems Using Macros |
| 264 | @cindex macro caveats | 260 | @cindex macro caveats |