1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(set-frame-parameter): Add doc string.

This commit is contained in:
Károly Lőrentey 2005-12-06 12:43:47 +00:00
parent ef7528db7c
commit 0dac35b873
2 changed files with 7 additions and 0 deletions

View file

@ -877,6 +877,9 @@ pixels) is kept by adjusting the numbers of the lines and columns."
(run-hooks 'after-setting-font-hook 'after-setting-font-hooks))
(defun set-frame-parameter (frame parameter value)
"Set frame parameter PARAMETER to VALUE on FRAME.
If FRAME is nil, it defaults to the selected frame.
See `modify-frame-parameters.'"
(modify-frame-parameters frame (list (cons parameter value))))
(defun set-background-color (color-name)