diff options
| author | Chong Yidong | 2012-02-04 22:56:32 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-04 22:56:32 +0800 |
| commit | 735cc5ca6fe9b19aa9f69eb696baef2b8b4bd0fb (patch) | |
| tree | cf9722413f79647d3c302142d8e9cc95bdfa13af /admin/FOR-RELEASE | |
| parent | d7f29f8e5c589e4676b2ab53fea7a8b4cfcd4be3 (diff) | |
| download | emacs-735cc5ca6fe9b19aa9f69eb696baef2b8b4bd0fb.tar.gz emacs-735cc5ca6fe9b19aa9f69eb696baef2b8b4bd0fb.zip | |
Update Functions chapter of Lisp manual; document closures.
* doc/emacs/functions.texi (What Is a Function): Add closures. Mention
"return value" terminology. Add xref for command-execute. Remove
unused "keystroke command" terminology.
(Lambda Expressions): Give a different example than in the
following subsection. Add xref to Anonymous Functions.
(Function Documentation): Remove gratuitous markup.
(Function Names): Move introductory text to `What Is a Function'.
(Defining Functions): Fix defun argument spec.
(Anonymous Functions): Document lambda macro explicitly. Mention
effects on lexical binding.
(Function Cells): Downplay direct usage of fset.
(Closures): New node.
(Inline Functions): Remove "open-code" terminology.
(Declaring Functions): Minor tweak; .m is not C code.
* doc/emacs/variables.texi (Variables): Don't refer to "global value".
(Local Variables, Void Variables): Copyedits.
(Lexical Binding): Minor clarification of example.
(File Local Variables): Mention :safe and :risky defcustom args.
(Lexical Binding): Add xref to Closures node.
Diffstat (limited to 'admin/FOR-RELEASE')
| -rw-r--r-- | admin/FOR-RELEASE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 45c57200055..34c9c4bb21c 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -111,7 +111,7 @@ TUTORIAL.he eliz | |||
| 111 | TUTORIAL.it | 111 | TUTORIAL.it |
| 112 | TUTORIAL.ja | 112 | TUTORIAL.ja |
| 113 | TUTORIAL.ko | 113 | TUTORIAL.ko |
| 114 | TUTORIAL.nl | 114 | TUTORIAL.nl Pieter Schoenmakers |
| 115 | TUTORIAL.pl | 115 | TUTORIAL.pl |
| 116 | TUTORIAL.pt_BR | 116 | TUTORIAL.pt_BR |
| 117 | TUTORIAL.ro | 117 | TUTORIAL.ro |
| @@ -197,7 +197,7 @@ errors.texi | |||
| 197 | eval.texi cyd | 197 | eval.texi cyd |
| 198 | files.texi | 198 | files.texi |
| 199 | frames.texi | 199 | frames.texi |
| 200 | functions.texi | 200 | functions.texi cyd |
| 201 | hash.texi cyd | 201 | hash.texi cyd |
| 202 | help.texi | 202 | help.texi |
| 203 | hooks.texi | 203 | hooks.texi |
| @@ -228,7 +228,7 @@ symbols.texi cyd | |||
| 228 | syntax.texi | 228 | syntax.texi |
| 229 | text.texi | 229 | text.texi |
| 230 | tips.texi | 230 | tips.texi |
| 231 | variables.texi | 231 | variables.texi cyd |
| 232 | windows.texi | 232 | windows.texi |
| 233 | 233 | ||
| 234 | * PLANNED ADDITIONS | 234 | * PLANNED ADDITIONS |