changeset 73687:420314603844

(syms_of_frame): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 05 Nov 2006 04:08:48 +0000
parents d2a970fd4273
children f5b44958a759
files src/frame.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Sun Nov 05 04:07:58 2006 +0000
+++ b/src/frame.c	Sun Nov 05 04:08:48 2006 +0000
@@ -2598,7 +2598,7 @@
 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 @@
 	       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,