From: Juanma Barranquero Date: Sun, 5 Nov 2006 04:08:48 +0000 (+0000) Subject: (syms_of_frame): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.91~340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd45aef790bda6b20f723740dcce476aec1aa8b1;p=emacs.git (syms_of_frame): Fix typo in docstring. --- 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,