# HG changeset patch # User Juanma Barranquero # Date 1162699728 0 # Node ID 420314603844c2ab3d34d74630f5c74284143087 # Parent d2a970fd4273d1d9b4cc09a8c47d8c5910974be1 (syms_of_frame): Fix typo in docstring. diff -r d2a970fd4273 -r 420314603844 src/frame.c --- 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,