aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorGlenn Morris2008-08-30 22:50:35 +0000
committerGlenn Morris2008-08-30 22:50:35 +0000
commita02a1384456048203df5989be6280e0974747152 (patch)
tree924c54ea4d38cc62bff1238dc039225041403b1b /src/data.c
parentab795c6598b47ed908c1a8cfc406a934d39d97de (diff)
downloademacs-a02a1384456048203df5989be6280e0974747152.tar.gz
emacs-a02a1384456048203df5989be6280e0974747152.zip
(Fmake_variable_frame_local): Doc fix.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 33d7c820864..7e5470a2a08 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1691,7 +1691,9 @@ The only way to create a frame-local binding for VARIABLE in a frame
1691is to set the VARIABLE frame parameter of that frame. See 1691is to set the VARIABLE frame parameter of that frame. See
1692`modify-frame-parameters' for how to set frame parameters. 1692`modify-frame-parameters' for how to set frame parameters.
1693 1693
1694Buffer-local bindings take precedence over frame-local bindings. */) 1694Note that since Emacs 23.1, variables cannot be both buffer-local and
1695frame-local any more (buffer-local bindings used to take precedence over
1696frame-local bindings). */)
1695 (variable) 1697 (variable)
1696 register Lisp_Object variable; 1698 register Lisp_Object variable;
1697{ 1699{