diff options
| author | Glenn Morris | 2012-10-27 15:42:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-27 15:42:07 -0700 |
| commit | 5887564d5b5c90a1bc2ff7c0a3412cb6f765d03e (patch) | |
| tree | 7ab3c76065961be6d4b1d5a1dd606fdab6f4b9cc /doc/lispref/ChangeLog | |
| parent | 5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9 (diff) | |
| download | emacs-5887564d5b5c90a1bc2ff7c0a3412cb6f765d03e.tar.gz emacs-5887564d5b5c90a1bc2ff7c0a3412cb6f765d03e.zip | |
Move generalized variable documentation from misc/cl.texi to lispref
* doc/lispref/variables.texi (Generalized Variables): New section,
adapted from misc/cl.texi.
* doc/lispref/elisp.texi (Top): Add Generalized Variables to menu.
* doc/lispref/lists.texi (List Elements, List Variables):
Mention generalized variables.
* doc/misc/cl.texi (Control Structure): Update for setf now being in core.
(Setf Extensions): Rename from Basic Setf. Move much of the
former content to lispref/variables.texi.
(Modify Macros): Move pop, push details to lispref/variables.texi.
(Customizing Setf): Copyedits for setf etc being in core.
(Modify Macros, Efficiency Concerns, Porting Common Lisp):
Further namespaces updates.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 03922f2c02f..aea26248452 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-10-27 Glenn Morris <rgm@gnu.org> | 1 | 2012-10-27 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * variables.texi (Generalized Variables): New section, | ||
| 4 | adapted from misc/cl.texi. | ||
| 5 | * elisp.texi (Top): Add Generalized Variables to menu. | ||
| 6 | * lists.texi (List Elements, List Variables): | ||
| 7 | Mention generalized variables. | ||
| 8 | |||
| 3 | * lists.texi (List Elements): Typo fix. | 9 | * lists.texi (List Elements): Typo fix. |
| 4 | 10 | ||
| 5 | 2012-10-27 Chong Yidong <cyd@gnu.org> | 11 | 2012-10-27 Chong Yidong <cyd@gnu.org> |