From cf36572dc66ff92562b3c5d99705c9e60c837411 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 30 Aug 2008 22:32:45 +0000 Subject: (Fmodify_frame_parameters): Doc fix. --- src/frame.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index f762149277..db8db6b8c3 100644 --- a/src/frame.c +++ b/src/frame.c @@ -2518,7 +2518,9 @@ so that `frame-parameters' will return them. 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; { -- cgit v1.2.3