diff options
| author | Luc Teirlinck | 2004-10-20 02:20:44 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-10-20 02:20:44 +0000 |
| commit | 1dc5ba01509cfec9d1fbf0c161a5c88aa275aa77 (patch) | |
| tree | d40136aefdcd1715c4579952948887b17a71dd27 /src/data.c | |
| parent | 54506618c7da037ad4dea7386422ff31d70a476b (diff) | |
| download | emacs-1dc5ba01509cfec9d1fbf0c161a5c88aa275aa77.tar.gz emacs-1dc5ba01509cfec9d1fbf0c161a5c88aa275aa77.zip | |
(Flocal_variable_if_set_p): Doc fix.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 616e91c2d62..33b37376a49 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1794,7 +1794,11 @@ BUFFER defaults to the current buffer. */) | |||
| 1794 | 1794 | ||
| 1795 | DEFUN ("local-variable-if-set-p", Flocal_variable_if_set_p, Slocal_variable_if_set_p, | 1795 | DEFUN ("local-variable-if-set-p", Flocal_variable_if_set_p, Slocal_variable_if_set_p, |
| 1796 | 1, 2, 0, | 1796 | 1, 2, 0, |
| 1797 | doc: /* Non-nil if VARIABLE will be local in buffer BUFFER if it is set there. | 1797 | doc: /* Non-nil if VARIABLE will be local in buffer BUFFER when set there. |
| 1798 | More precisely, this means that setting the variable \(with `set' or`setq'), | ||
| 1799 | while it does not have a `let'-style binding that was made in BUFFER, | ||
| 1800 | will produce a buffer local binding. See Info node | ||
| 1801 | `(elisp)Creating Buffer-Local'. | ||
| 1798 | BUFFER defaults to the current buffer. */) | 1802 | BUFFER defaults to the current buffer. */) |
| 1799 | (variable, buffer) | 1803 | (variable, buffer) |
| 1800 | register Lisp_Object variable, buffer; | 1804 | register Lisp_Object variable, buffer; |