Fix doc-string typo.

This commit is contained in:
Martin Rudalics 2011-12-13 14:58:20 +01:00
parent 61d4b438e6
commit 53524d9377
2 changed files with 2 additions and 1 deletions

View 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>

View 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. */)