# HG changeset patch # User Eli Zaretskii # Date 1276342248 -10800 # Node ID 580a6ea341721529dc0cf066a585d3ba537fa0bb # Parent 2cb186cf98b1c431a4e67f112dfbf8b8a1811467 Fix bug #6409. window.c (syms_of_window): Doc fix (bug#6409). diff -r 2cb186cf98b1 -r 580a6ea34172 src/ChangeLog --- 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 + + * window.c (syms_of_window): Doc fix (bug#6409). + 2010-06-12 Romain Francoise * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and diff -r 2cb186cf98b1 -r 580a6ea34172 src/window.c --- 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;