]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/functions.texi
Merge from emacs-24; up to 2012-05-02T07:12:52Z!rgm@gnu.org.
[gnu-emacs] / doc / lispref / functions.texi
index ab2789b5e6d7718010de499bb24a5cec7ecda42f..9e1d3f9c6ae66dce1b85ce683e95496605469c8b 100644 (file)
@@ -1100,8 +1100,9 @@ named function that you create (e.g.@: with @code{defun}), as well as
 any anonymous function that you create using the @code{lambda} macro
 or the @code{function} special form or the @code{#'} syntax
 (@pxref{Anonymous Functions}), is automatically converted into a
-closure.
+@dfn{closure}.
 
+@cindex closure
   A closure is a function that also carries a record of the lexical
 environment that existed when the function was defined.  When it is
 invoked, any lexical variable references within its definition use the