diff options
| author | Martin Rudalics | 2011-12-13 14:58:20 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2011-12-13 14:58:20 +0100 |
| commit | 53524d93770aa3a789c50f6266020e20abd4093f (patch) | |
| tree | 42d055f3e3585ed2049ed3b73e73161e9d1d2b2c /src | |
| parent | 61d4b438e6abfb422e533090e08ba0d743553c51 (diff) | |
| download | emacs-53524d93770aa3a789c50f6266020e20abd4093f.tar.gz emacs-53524d93770aa3a789c50f6266020e20abd4093f.zip | |
Fix doc-string typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/window.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a56bb49da00..68547e191f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | doc-strings. | 5 | doc-strings. |
| 6 | (Vrecenter_redisplay): Add first sentence of doc-string on | 6 | (Vrecenter_redisplay): Add first sentence of doc-string on |
| 7 | separate line. | 7 | separate line. |
| 8 | (Frecenter): Fix doc-string typo. | ||
| 8 | 9 | ||
| 9 | 2011-12-11 Kenichi Handa <handa@m17n.org> | 10 | 2011-12-11 Kenichi Handa <handa@m17n.org> |
| 10 | 11 | ||
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, | |||
| 4995 | also erase the entire frame and redraw it (when `auto-resize-tool-bars' | 4995 | also erase the entire frame and redraw it (when `auto-resize-tool-bars' |
| 4996 | is set to `grow-only', this resets the tool-bar's height to the minimum | 4996 | is set to `grow-only', this resets the tool-bar's height to the minimum |
| 4997 | height needed); if `recenter-redisplay' has the special value `tty', | 4997 | height needed); if `recenter-redisplay' has the special value `tty', |
| 4998 | then only tty frame are redrawn. | 4998 | then only tty frames are redrawn. |
| 4999 | 4999 | ||
| 5000 | Just C-u as prefix means put point in the center of the window | 5000 | Just C-u as prefix means put point in the center of the window |
| 5001 | and redisplay normally--don't erase and redraw the frame. */) | 5001 | and redisplay normally--don't erase and redraw the frame. */) |