diff options
| author | Chong Yidong | 2012-02-05 14:44:47 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-05 14:44:47 +0800 |
| commit | 03988c98dfbb4506ada95f52e4a34071627c3b49 (patch) | |
| tree | a4c4d5fcbf9fa063519f5b688de89c2c1e3cadda /admin | |
| parent | 98366438c7163579bfc47b0d2eabe875081d51b6 (diff) | |
| download | emacs-03988c98dfbb4506ada95f52e4a34071627c3b49.tar.gz emacs-03988c98dfbb4506ada95f52e4a34071627c3b49.zip | |
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.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 34c9c4bb21c..74a758826a1 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -208,7 +208,7 @@ keymaps.texi | |||
| 208 | lists.texi cyd | 208 | lists.texi cyd |
| 209 | loading.texi | 209 | loading.texi |
| 210 | locals.texi | 210 | locals.texi |
| 211 | macros.texi | 211 | macros.texi cyd |
| 212 | maps.texi | 212 | maps.texi |
| 213 | markers.texi | 213 | markers.texi |
| 214 | minibuf.texi | 214 | minibuf.texi |