]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-string typo.
authorMartin Rudalics <rudalics@gmx.at>
Tue, 13 Dec 2011 13:58:20 +0000 (14:58 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 13 Dec 2011 13:58:20 +0000 (14:58 +0100)
src/ChangeLog
src/window.c

index a56bb49da00f3f6011e7959eb61a8202d2396380..68547e191f2b6354f497f1c1406a5333f54de894 100644 (file)
@@ -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  <handa@m17n.org>
 
index 4711dc8ff532191e90abc08a2e5dc3b5727a2b24..ef61d668499c0f1d7e03bcf1802430b4b2f61b9b 100644 (file)
@@ -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.  */)