Mercurial > emacs
diff src/data.c @ 57618:1eb191c19f7f
(Flocal_variable_if_set_p): Doc fix.
| author | Luc Teirlinck <teirllm@auburn.edu> |
|---|---|
| date | Wed, 20 Oct 2004 02:15:52 +0000 |
| parents | f48e32fbfc6c |
| children | 66e97a54985f f3ec05478165 |
line wrap: on
line diff
--- a/src/data.c Tue Oct 19 22:38:28 2004 +0000 +++ b/src/data.c Wed Oct 20 02:15:52 2004 +0000 @@ -1794,7 +1794,11 @@ DEFUN ("local-variable-if-set-p", Flocal_variable_if_set_p, Slocal_variable_if_set_p, 1, 2, 0, - doc: /* Non-nil if VARIABLE will be local in buffer BUFFER if it is set there. + doc: /* Non-nil if VARIABLE will be local in buffer BUFFER when set there. +More precisely, this means that setting the variable \(with `set' or`setq'), +while it does not have a `let'-style binding that was made in BUFFER, +will produce a buffer local binding. See Info node +`(elisp)Creating Buffer-Local'. BUFFER defaults to the current buffer. */) (variable, buffer) register Lisp_Object variable, buffer;
