diff options
| author | Glenn Morris | 2014-05-11 23:59:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-11 23:59:30 -0700 |
| commit | bbbabffe06d4c763534d5be92844c48a3f8746e2 (patch) | |
| tree | a6fffb13638948223f3142e5209cbce57282fbbd /doc/lispref/functions.texi | |
| parent | ffd6d9c4d321e93e301f9cafd1fe054389898978 (diff) | |
| parent | 96b894717caa773aa6d98ff57385f1c7537e8972 (diff) | |
| download | emacs-bbbabffe06d4c763534d5be92844c48a3f8746e2.tar.gz emacs-bbbabffe06d4c763534d5be92844c48a3f8746e2.zip | |
Merge from emacs-24; up to 2014-05-12T06:15:47Z!rgm@gnu.org
Diffstat (limited to 'doc/lispref/functions.texi')
| -rw-r--r-- | doc/lispref/functions.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 778d0d700ee..52994a55854 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 | |||
| 1240 | global value of @var{place}. Whereas if @var{place} is of the form | 1240 | global 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 |
| 1242 | the variable name, then @var{function} will only be added in the | 1242 | the variable name, then @var{function} will only be added in the |
| 1243 | current buffer. | 1243 | current buffer. Finally, if you want to modify a lexical variable, you will |
| 1244 | have to use @code{(var @var{VARIABLE})}. | ||
| 1244 | 1245 | ||
| 1245 | Every function added with @code{add-function} can be accompanied by an | 1246 | Every function added with @code{add-function} can be accompanied by an |
| 1246 | association list of properties @var{props}. Currently only two of those | 1247 | association list of properties @var{props}. Currently only two of those |