diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-06-12 14:30:48 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-06-12 14:30:48 +0300 |
commit | 6e6e5760b3bafc41e425aad03ec61e59731713d5 (patch) | |
tree | 87da5d1f9218b7b9c508e3974167ec4c8d9a7779 /src | |
parent | 9d1f18b5d3bdaf29b1b1ead6a6f9e70fa1650c55 (diff) | |
download | emacs-6e6e5760b3bafc41e425aad03ec61e59731713d5.tar.gz |
Fix bug #6409.
window.c (syms_of_window): Doc fix (bug#6409).
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/window.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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; |