Updates to Macros and Customization chapters of Lisp manual.
commit03988c98dfbb4506ada95f52e4a34071627c3b49
authorChong Yidong <cyd@gnu.org>
Sun, 5 Feb 2012 06:44:47 +0000 (5 14:44 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 5 Feb 2012 06:44:47 +0000 (5 14:44 +0800)
treea4c4d5fcbf9fa063519f5b688de89c2c1e3cadda
parent98366438c7163579bfc47b0d2eabe875081d51b6
Updates to Macros and Customization chapters of Lisp manual.

* doc/lispref/customize.texi (Common Keywords): Minor clarifications.
Document custom-unlispify-remove-prefixes.
(Variable Definitions): Backquotes in defcustom seem to work fine
now.  Various other copyedits.

* doc/lispref/macros.texi (Expansion): Minor clarification.
(Backquote): Move node to eval.texi.
(Defining Macros): Move an example from Backquote node.
(Argument Evaluation): No need to mention Pascal.
(Indenting Macros): Add xref to Defining Macros.

* doc/lispref/eval.texi (Backquote): Move from macros.texi.

* lisp/custom.el (defcustom): Doc fix.
admin/FOR-RELEASE
doc/lispref/ChangeLog
doc/lispref/customize.texi
doc/lispref/elisp.texi
doc/lispref/eval.texi
doc/lispref/macros.texi
doc/lispref/vol1.texi
doc/lispref/vol2.texi
lisp/ChangeLog
lisp/custom.el