aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/functions.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 46073677881..9888411667f 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -1240,7 +1240,8 @@ buffer: if @var{place} is just a symbol, then @var{function} is added to the
1240global value of @var{place}. Whereas if @var{place} is of the form 1240global value of @var{place}. Whereas if @var{place} is of the form
1241@code{(local @var{symbol})}, where @var{symbol} is an expression which returns 1241@code{(local @var{symbol})}, where @var{symbol} is an expression which returns
1242the variable name, then @var{function} will only be added in the 1242the variable name, then @var{function} will only be added in the
1243current buffer. 1243current buffer. Finally, if you want to modify a lexical variable, you will
1244have to use @code{(var @var{VARIABLE})}.
1244 1245
1245Every function added with @code{add-function} can be accompanied by an 1246Every function added with @code{add-function} can be accompanied by an
1246association list of properties @var{props}. Currently only two of those 1247association list of properties @var{props}. Currently only two of those