From 53524d93770aa3a789c50f6266020e20abd4093f Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Tue, 13 Dec 2011 14:58:20 +0100 Subject: [PATCH] Fix doc-string typo. --- src/ChangeLog | 1 + src/window.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index a56bb49da00..68547e191f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5,6 +5,7 @@ doc-strings. (Vrecenter_redisplay): Add first sentence of doc-string on separate line. + (Frecenter): Fix doc-string typo. 2011-12-11 Kenichi Handa diff --git a/src/window.c b/src/window.c index 4711dc8ff53..ef61d668499 100644 --- a/src/window.c +++ b/src/window.c @@ -4995,7 +4995,7 @@ the selected window; if the variable `recenter-redisplay' is non-nil, also erase the entire frame and redraw it (when `auto-resize-tool-bars' is set to `grow-only', this resets the tool-bar's height to the minimum height needed); if `recenter-redisplay' has the special value `tty', -then only tty frame are redrawn. +then only tty frames are redrawn. Just C-u as prefix means put point in the center of the window and redisplay normally--don't erase and redraw the frame. */) -- 2.39.2