aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2004-10-22 10:13:52 +0000
committerMiles Bader <[email protected]>2004-10-22 10:13:52 +0000
commit5ea24f9468ea9fb01253a98343a67fdb74d1817e (patch)
tree434ee6dc5f051d6deaf0c357b97b656d16e4ed12 /src/data.c
parent56c68b971d6f7665dd035df1ff302d794c0f294a (diff)
parentd5ddd795bdab373fe62ccfd099c270fd97da0964 (diff)
Revision: [email protected]/emacs--unicode--0--patch-62
Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-616 - [email protected]/emacs--cvs-trunk--0--patch-620 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-621 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-622 - [email protected]/emacs--cvs-trunk--0--patch-625 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-626 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-627 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-628 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-629 - [email protected]/emacs--cvs-trunk--0--patch-630 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-631 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-632 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-633 Merge from gnus--rel--5.10 * [email protected]/gnus--rel--5.10--patch-51 - [email protected]/gnus--rel--5.10--patch-52 Update from CVS * [email protected]/gnus--rel--5.10--patch-53 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-54 - [email protected]/gnus--rel--5.10--patch-55 Update from CVS * [email protected]/gnus--rel--5.10--patch-56 Update from CVS: Add lisp/legacy-gnus-agent.el * [email protected]/gnus--rel--5.10--patch-57 - [email protected]/gnus--rel--5.10--patch-58 Update from CVS
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 558c7a974a..dd26feee26 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;