changeset 97883:8a36a3a1b31e

(Fmodify_frame_parameters): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 30 Aug 2008 22:32:45 +0000
parents f9ed043c2ba6
children 19e083e22995
files src/frame.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {