comparison 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
comparison
equal deleted inserted replaced
57617:7fdc1df35f39 57618:1eb191c19f7f
1792 return Qnil; 1792 return Qnil;
1793 } 1793 }
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;
1801 { 1805 {
1802 Lisp_Object valcontents; 1806 Lisp_Object valcontents;