diff options
| author | Glenn Morris | 2008-08-30 22:32:45 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-30 22:32:45 +0000 |
| commit | cf36572dc66ff92562b3c5d99705c9e60c837411 (patch) | |
| tree | e6cf6cd52820094e39197008ae42d1077c403066 /src | |
| parent | a91ea78c23cafd67f5f7cde039e93867aa96bf9e (diff) | |
| download | emacs-cf36572dc66ff92562b3c5d99705c9e60c837411.tar.gz emacs-cf36572dc66ff92562b3c5d99705c9e60c837411.zip | |
(Fmodify_frame_parameters): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index f7621492772..db8db6b8c36 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -2518,7 +2518,9 @@ so that `frame-parameters' will return them. | |||
| 2518 | 2518 | ||
| 2519 | The value of frame parameter FOO can also be accessed | 2519 | The value of frame parameter FOO can also be accessed |
| 2520 | as a frame-local binding for the variable FOO, if you have | 2520 | as a frame-local binding for the variable FOO, if you have |
| 2521 | enabled such bindings for that variable with `make-variable-frame-local'. */) | 2521 | enabled such bindings for that variable with `make-variable-frame-local'. |
| 2522 | Note that this functionality is obsolete as of Emacs 22.2, and its | ||
| 2523 | use is not recommended. Explicitly check for a frame-parameter instead. */) | ||
| 2522 | (frame, alist) | 2524 | (frame, alist) |
| 2523 | Lisp_Object frame, alist; | 2525 | Lisp_Object frame, alist; |
| 2524 | { | 2526 | { |