From: Eli Zaretskii Date: Sat, 12 Jun 2010 11:30:48 +0000 (+0300) Subject: Fix bug #6409. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~62 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e6e5760b3bafc41e425aad03ec61e59731713d5;p=emacs.git Fix bug #6409. window.c (syms_of_window): Doc fix (bug#6409). --- diff --git a/src/ChangeLog b/src/ChangeLog index 44fe7f21ac8..5036910751c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/window.c b/src/window.c index c6ea10ea95b..c105e37c462 100644 --- a/src/window.c +++ b/src/window.c @@ -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;