window.c (syms_of_window): Doc fix (bug#6409).
+2010-06-12 Eli Zaretskii <eliz@gnu.org>
+
+ * window.c (syms_of_window): Doc fix (bug#6409).
+
2010-06-12 Romain Francoise <romain@orebokech.com>
* Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
DEFVAR_LISP ("recenter-redisplay", &Vrecenter_redisplay,
doc: /* If non-nil, then the `recenter' command with a nil argument
-the entire frame to be redrawn; the special value `tty' causes the
+will redraw the entire frame; the special value `tty' causes the
frame to be redrawn only if it is a tty frame. */);
Vrecenter_redisplay = Qtty;