aboutsummaryrefslogtreecommitdiffstats
path: root/admin/FOR-RELEASE
diff options
context:
space:
mode:
authorChong Yidong2012-02-04 22:56:32 +0800
committerChong Yidong2012-02-04 22:56:32 +0800
commit735cc5ca6fe9b19aa9f69eb696baef2b8b4bd0fb (patch)
treecf9722413f79647d3c302142d8e9cc95bdfa13af /admin/FOR-RELEASE
parentd7f29f8e5c589e4676b2ab53fea7a8b4cfcd4be3 (diff)
downloademacs-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-RELEASE6
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
111TUTORIAL.it 111TUTORIAL.it
112TUTORIAL.ja 112TUTORIAL.ja
113TUTORIAL.ko 113TUTORIAL.ko
114TUTORIAL.nl 114TUTORIAL.nl Pieter Schoenmakers
115TUTORIAL.pl 115TUTORIAL.pl
116TUTORIAL.pt_BR 116TUTORIAL.pt_BR
117TUTORIAL.ro 117TUTORIAL.ro
@@ -197,7 +197,7 @@ errors.texi
197eval.texi cyd 197eval.texi cyd
198files.texi 198files.texi
199frames.texi 199frames.texi
200functions.texi 200functions.texi cyd
201hash.texi cyd 201hash.texi cyd
202help.texi 202help.texi
203hooks.texi 203hooks.texi
@@ -228,7 +228,7 @@ symbols.texi cyd
228syntax.texi 228syntax.texi
229text.texi 229text.texi
230tips.texi 230tips.texi
231variables.texi 231variables.texi cyd
232windows.texi 232windows.texi
233 233
234* PLANNED ADDITIONS 234* PLANNED ADDITIONS