(set-frame-parameter): Add doc string.
authorKároly Lőrentey <lorentey@elte.hu>
Tue, 6 Dec 2005 12:43:47 +0000 (12:43 +0000)
committerKároly Lőrentey <lorentey@elte.hu>
Tue, 6 Dec 2005 12:43:47 +0000 (12:43 +0000)
lisp/ChangeLog
lisp/frame.el

index 5085924..82ca1b8 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(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.
index 46e6e74..5ffd3fd 100644 (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)