Move generalized variable documentation from misc/cl.texi to lispref
authorGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2012 22:42:07 +0000 (15:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 27 Oct 2012 22:42:07 +0000 (15:42 -0700)
commit5887564d5b5c90a1bc2ff7c0a3412cb6f765d03e
tree7ab3c76065961be6d4b1d5a1dd606fdab6f4b9cc
parent5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9
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.
doc/lispref/ChangeLog
doc/lispref/elisp.texi
doc/lispref/lists.texi
doc/lispref/variables.texi
doc/misc/ChangeLog
doc/misc/cl.texi