Fix bug #6409.
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Jun 2010 11:30:48 +0000 (14:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Jun 2010 11:30:48 +0000 (14:30 +0300)
 window.c (syms_of_window): Doc fix (bug#6409).

src/ChangeLog
src/window.c

index 44fe7f2..5036910 100644 (file)
@@ -1,3 +1,7 @@
+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
index c6ea10e..c105e37 100644 (file)
@@ -7290,7 +7290,7 @@ with the relevant frame selected.  */);
 
   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;