aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-08-30 22:32:45 +0000
committerGlenn Morris <[email protected]>2008-08-30 22:32:45 +0000
commitcf36572dc66ff92562b3c5d99705c9e60c837411 (patch)
treee6cf6cd52820094e39197008ae42d1077c403066
parenta91ea78c23cafd67f5f7cde039e93867aa96bf9e (diff)
(Fmodify_frame_parameters): Doc fix.
-rw-r--r--src/frame.c4
1 files changed, 3 insertions, 1 deletions
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;
{