changeset 108978:580a6ea34172

Fix bug #6409. window.c (syms_of_window): Doc fix (bug#6409).
author Eli Zaretskii <eliz@gnu.org>
date Sat, 12 Jun 2010 14:30:48 +0300
parents 2cb186cf98b1
children 6d1b80d173b3 99288c087e4b d5e171b53de0
files src/ChangeLog src/window.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jun 12 14:17:12 2010 +0300
+++ b/src/ChangeLog	Sat Jun 12 14:30:48 2010 +0300
@@ -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
--- a/src/window.c	Sat Jun 12 14:17:12 2010 +0300
+++ b/src/window.c	Sat Jun 12 14:30:48 2010 +0300
@@ -7290,7 +7290,7 @@
 
   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;