From: Glenn Morris Date: Sat, 30 Aug 2008 22:50:35 +0000 (+0000) Subject: (Fmake_variable_frame_local): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~3127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a02a1384456048203df5989be6280e0974747152;p=emacs.git (Fmake_variable_frame_local): Doc fix. --- 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 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; {