aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-05 04:08:48 +0000
committerJuanma Barranquero2006-11-05 04:08:48 +0000
commitbd45aef790bda6b20f723740dcce476aec1aa8b1 (patch)
tree65dbfc2cfc7b8f05ee45bab04077b4b76e114f57 /src
parent4774b68e4930ffb9a553bf95099fb703ad083640 (diff)
downloademacs-bd45aef790bda6b20f723740dcce476aec1aa8b1.tar.gz
emacs-bd45aef790bda6b20f723740dcce476aec1aa8b1.zip
(syms_of_frame): Fix typo in docstring.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c4
1 files 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;
2598extern Lisp_Object Qtop; 2598extern Lisp_Object Qtop;
2599 2599
2600/* Calculate fullscreen size. Return in *TOP_POS and *LEFT_POS the 2600/* Calculate fullscreen size. Return in *TOP_POS and *LEFT_POS the
2601 wanted positions of the WM window (not emacs window). 2601 wanted positions of the WM window (not Emacs window).
2602 Return in *WIDTH and *HEIGHT the wanted width and height of Emacs 2602 Return in *WIDTH and *HEIGHT the wanted width and height of Emacs
2603 window (FRAME_X_WINDOW). 2603 window (FRAME_X_WINDOW).
2604 */ 2604 */
@@ -4107,7 +4107,7 @@ Setting this variable does not affect existing frames, only new ones. */);
4107 doc: /* The initial frame-object, which represents Emacs's stdout. */); 4107 doc: /* The initial frame-object, which represents Emacs's stdout. */);
4108 4108
4109 DEFVAR_LISP ("emacs-iconified", &Vemacs_iconified, 4109 DEFVAR_LISP ("emacs-iconified", &Vemacs_iconified,
4110 doc: /* Non-nil if all of emacs is iconified and frame updates are not needed. */); 4110 doc: /* Non-nil if all of Emacs is iconified and frame updates are not needed. */);
4111 Vemacs_iconified = Qnil; 4111 Vemacs_iconified = Qnil;
4112 4112
4113 DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function, 4113 DEFVAR_LISP ("mouse-position-function", &Vmouse_position_function,