(Fmodify_frame_parameters): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 30 Aug 2008 22:32:45 +0000 (22:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 30 Aug 2008 22:32:45 +0000 (22:32 +0000)
src/frame.c

index f762149..db8db6b 100644 (file)
@@ -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;
 {