Mercurial > emacs
comparison src/frame.c @ 80786:ad0fc4eee1d3
(Fmodify_frame_parameters): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 30 Aug 2008 22:32:37 +0000 |
parents | fc2bcd2a8aad |
children |
comparison
equal
deleted
inserted
replaced
80785:e0e64db87d83 | 80786:ad0fc4eee1d3 |
---|---|
2263 Undefined PARMs are ignored, but stored in the frame's parameter list | 2263 Undefined PARMs are ignored, but stored in the frame's parameter list |
2264 so that `frame-parameters' will return them. | 2264 so that `frame-parameters' will return them. |
2265 | 2265 |
2266 The value of frame parameter FOO can also be accessed | 2266 The value of frame parameter FOO can also be accessed |
2267 as a frame-local binding for the variable FOO, if you have | 2267 as a frame-local binding for the variable FOO, if you have |
2268 enabled such bindings for that variable with `make-variable-frame-local'. */) | 2268 enabled such bindings for that variable with `make-variable-frame-local'. |
2269 Note that this functionality is obsolete as of Emacs 22.2, and its | |
2270 use is not recommended. Explicitly check for a frame-parameter instead. */) | |
2269 (frame, alist) | 2271 (frame, alist) |
2270 Lisp_Object frame, alist; | 2272 Lisp_Object frame, alist; |
2271 { | 2273 { |
2272 FRAME_PTR f; | 2274 FRAME_PTR f; |
2273 register Lisp_Object tail, prop, val; | 2275 register Lisp_Object tail, prop, val; |