mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
(set-frame-parameter): Add doc string.
This commit is contained in:
parent
ef7528db7c
commit
0dac35b873
2 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue