# HG changeset patch # User Glenn Morris # Date 1220135557 0 # Node ID ad0fc4eee1d31bf8805fb9f61cf7079b917b5128 # Parent e0e64db87d83af2d6b321c8e3bc36d1681818fe9 (Fmodify_frame_parameters): Doc fix. diff -r e0e64db87d83 -r ad0fc4eee1d3 src/frame.c --- a/src/frame.c Sat Aug 30 22:28:48 2008 +0000 +++ b/src/frame.c Sat Aug 30 22:32:37 2008 +0000 @@ -2265,7 +2265,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; {