# HG changeset patch # User Glenn Morris # Date 1220135565 0 # Node ID 8a36a3a1b31eaa08df3678604e1098122ba43154 # Parent f9ed043c2ba69af5589f5c409ea479dadcf4141a (Fmodify_frame_parameters): Doc fix. diff -r f9ed043c2ba6 -r 8a36a3a1b31e src/frame.c --- a/src/frame.c Sat Aug 30 22:27:34 2008 +0000 +++ b/src/frame.c Sat Aug 30 22:32:45 2008 +0000 @@ -2518,7 +2518,9 @@ The value of frame parameter FOO can also be accessed as a frame-local binding for the variable FOO, if you have -enabled such bindings for that variable with `make-variable-frame-local'. */) +enabled such bindings for that variable with `make-variable-frame-local'. +Note that this functionality is obsolete as of Emacs 22.2, and its +use is not recommended. Explicitly check for a frame-parameter instead. */) (frame, alist) Lisp_Object frame, alist; {