emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/frame.c,v
Date: Sun, 05 Nov 2006 04:08:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/05 04:08:48

Index: frame.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/frame.c,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -b -r1.333 -r1.334
--- frame.c     5 Oct 2006 17:33:41 -0000       1.333
+++ frame.c     5 Nov 2006 04:08:48 -0000       1.334
@@ -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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]