From 1dc5ba01509cfec9d1fbf0c161a5c88aa275aa77 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 20 Oct 2004 02:20:44 +0000 Subject: (Flocal_variable_if_set_p): Doc fix. --- src/data.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/data.c') 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. */) 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; -- cgit v1.3