changeset 97886:8e29e47e574f

(Fmake_variable_frame_local): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 30 Aug 2008 22:50:35 +0000
parents a2d0bf07e881
children cff62eaa08c4
files src/data.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/data.c	Sat Aug 30 22:36:59 2008 +0000
+++ b/src/data.c	Sat Aug 30 22:50:35 2008 +0000
@@ -1691,7 +1691,9 @@
 is to set the VARIABLE frame parameter of that frame.  See
 `modify-frame-parameters' for how to set frame parameters.
 
-Buffer-local bindings take precedence over frame-local bindings.  */)
+Note that since Emacs 23.1, variables cannot be both buffer-local and
+frame-local any more (buffer-local bindings used to take precedence over
+frame-local bindings).  */)
      (variable)
      register Lisp_Object variable;
 {