From bd45aef790bda6b20f723740dcce476aec1aa8b1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 5 Nov 2006 04:08:48 +0000 Subject: [PATCH] (syms_of_frame): Fix typo in docstring. --- src/frame.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frame.c b/src/frame.c index 0b835ffd3b9..836516d29cf 100644 --- a/src/frame.c +++ b/src/frame.c @@ -2598,7 +2598,7 @@ extern Lisp_Object Qbox; extern Lisp_Object Qtop; /* Calculate fullscreen size. Return in *TOP_POS and *LEFT_POS the - wanted positions of the WM window (not emacs window). + wanted positions of the WM window (not Emacs window). Return in *WIDTH and *HEIGHT the wanted width and height of Emacs window (FRAME_X_WINDOW). */ @@ -4107,7 +4107,7 @@ Setting this variable does not affect existing frames, only new ones. */); doc: /* The initial frame-object, which represents Emacs's stdout. */); DEFVAR_LISP ("emacs-iconified", &Vemacs_iconified, - doc: /* Non-nil if all of emacs is iconified and frame updates are not needed. */); + doc: /* Non-nil if all of Emacs is iconified and frame updates are not needed. */); Vemacs_iconified = Qnil; DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function, -- 2.39.2