aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 486d025e6d6..5468920c357 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3560,7 +3560,7 @@ window managers may refuse to honor a HEIGHT that is not an integer
3560multiple of the default frame font height. 3560multiple of the default frame font height.
3561 3561
3562When called interactively, HEIGHT is the numeric prefix and the 3562When called interactively, HEIGHT is the numeric prefix and the
3563currenly selected frame will be set to this height. */) 3563currently selected frame will be set to this height. */)
3564 (Lisp_Object frame, Lisp_Object height, Lisp_Object pretend, Lisp_Object pixelwise) 3564 (Lisp_Object frame, Lisp_Object height, Lisp_Object pretend, Lisp_Object pixelwise)
3565{ 3565{
3566 struct frame *f = decode_live_frame (frame); 3566 struct frame *f = decode_live_frame (frame);
@@ -3589,7 +3589,7 @@ window managers may refuse to honor a WIDTH that is not an integer
3589multiple of the default frame font width. 3589multiple of the default frame font width.
3590 3590
3591When called interactively, WIDTH is the numeric prefix and the 3591When called interactively, WIDTH is the numeric prefix and the
3592currenly selected frame will be set to this width. */) 3592currently selected frame will be set to this width. */)
3593 (Lisp_Object frame, Lisp_Object width, Lisp_Object pretend, Lisp_Object pixelwise) 3593 (Lisp_Object frame, Lisp_Object width, Lisp_Object pretend, Lisp_Object pixelwise)
3594{ 3594{
3595 struct frame *f = decode_live_frame (frame); 3595 struct frame *f = decode_live_frame (frame);