Mercurial > emacs
diff src/window.c @ 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 | 4a42850741ad |
| children | 3c35c7d2d79b |
line wrap: on
line diff
--- 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;
