diff options
| author | Paul Eggert | 2019-12-09 18:44:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-09 18:45:18 -0800 |
| commit | d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch) | |
| tree | fb415df3de5b00b9ce7616872ead40c983b55a12 /src/frame.c | |
| parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
| download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.zip | |
Spelling fixes
Diffstat (limited to 'src/frame.c')
| -rw-r--r-- | src/frame.c | 4 |
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 | |||
| 3560 | multiple of the default frame font height. | 3560 | multiple of the default frame font height. |
| 3561 | 3561 | ||
| 3562 | When called interactively, HEIGHT is the numeric prefix and the | 3562 | When called interactively, HEIGHT is the numeric prefix and the |
| 3563 | currenly selected frame will be set to this height. */) | 3563 | currently 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 | |||
| 3589 | multiple of the default frame font width. | 3589 | multiple of the default frame font width. |
| 3590 | 3590 | ||
| 3591 | When called interactively, WIDTH is the numeric prefix and the | 3591 | When called interactively, WIDTH is the numeric prefix and the |
| 3592 | currenly selected frame will be set to this width. */) | 3592 | currently 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); |