changeset 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 7fdc1df35f39
children 368bb3698bb5
files src/data.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
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;