mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(set-frame-parameter): Add doc string.
This commit is contained in:
parent
ef7528db7c
commit
0dac35b873
@ -1,3 +1,7 @@
|
||||
2005-12-06 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
|
||||
|
||||
* frame.el (set-frame-parameter): Add doc string.
|
||||
|
||||
2005-12-06 Carsten Dominik <dominik@science.uva.nl>
|
||||
|
||||
* textmodes/org.el: (org-occur-highlights): New variable.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user