diff options
| author | Glenn Morris | 2014-10-03 23:35:55 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-03 23:35:55 -0700 |
| commit | fc7db7066bc611ce95fc44492371dea6a8a3e5bd (patch) | |
| tree | fccabc881fc8dcc0e0590d0b2ef66bd76f3b4aa9 /doc/lispref/functions.texi | |
| parent | b7529d917a6552f91a08519e5c25a9807f58fd17 (diff) | |
| download | emacs-fc7db7066bc611ce95fc44492371dea6a8a3e5bd.tar.gz emacs-fc7db7066bc611ce95fc44492371dea6a8a3e5bd.zip | |
Small doc/ fixes re @var usage.
* doc/emacs/cmdargs.texi (Misc X):
* doc/emacs/display.texi (Optional Mode Line):
* doc/emacs/misc.texi (emacsclient Options):
* doc/emacs/vc1-xtra.texi (VC Delete/Rename):
* doc/lispref/buffers.texi (Buffer List):
* doc/lispref/display.texi (Image Descriptors, Defining Images):
* doc/lispref/functions.texi (Core Advising Primitives):
Small fixes re @var usage.
Diffstat (limited to 'doc/lispref/functions.texi')
| -rw-r--r-- | doc/lispref/functions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index a5e81547d9a..f551a6c749d 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -1232,7 +1232,7 @@ global value of @var{place}. Whereas if @var{place} is of the form | |||
| 1232 | @code{(local @var{symbol})}, where @var{symbol} is an expression which returns | 1232 | @code{(local @var{symbol})}, where @var{symbol} is an expression which returns |
| 1233 | the variable name, then @var{function} will only be added in the | 1233 | the variable name, then @var{function} will only be added in the |
| 1234 | current buffer. Finally, if you want to modify a lexical variable, you will | 1234 | current buffer. Finally, if you want to modify a lexical variable, you will |
| 1235 | have to use @code{(var @var{VARIABLE})}. | 1235 | have to use @code{(var @var{variable})}. |
| 1236 | 1236 | ||
| 1237 | Every function added with @code{add-function} can be accompanied by an | 1237 | Every function added with @code{add-function} can be accompanied by an |
| 1238 | association list of properties @var{props}. Currently only two of those | 1238 | association list of properties @var{props}. Currently only two of those |