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/misc/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/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a0cfd675f0a..d447b0ca1ff 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-10-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cl.texi (Control Structure): Update for setf now being in core. | ||
| 4 | (Setf Extensions): Rename from Basic Setf. Move much of the | ||
| 5 | former content to lispref/variables.texi. | ||
| 6 | (Modify Macros): Move pop, push details to lispref/variables.texi. | ||
| 7 | (Customizing Setf): Copyedits for setf etc being in core. | ||
| 8 | (Modify Macros, Efficiency Concerns, Porting Common Lisp): | ||
| 9 | Further namespaces updates. | ||
| 10 | |||
| 1 | 2012-10-26 Bastien Guerry <bzg@gnu.org> | 11 | 2012-10-26 Bastien Guerry <bzg@gnu.org> |
| 2 | 12 | ||
| 3 | * org.texi (Installation): Update the link to Org's ELPA. Also | 13 | * org.texi (Installation): Update the link to Org's ELPA. Also |