1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

(Fmodify_frame_parameters): Doc fix.

This commit is contained in:
Glenn Morris 2008-08-30 22:34:03 +00:00
parent 18c08c7e83
commit 7f02dd2cf6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-08-30 Glenn Morris <rgm@gnu.org>
* frame.c (Fmodify_frame_parameters): Doc fix.
2008-08-30 Eli Zaretskii <eliz@gnu.org>
* w32.c (stat): Only root directory passed to GetDriveType. Allow

View File

@ -2265,7 +2265,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;
{