diff options
| author | Martin Rudalics | 2011-12-13 14:53:00 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2011-12-13 14:53:00 +0100 |
| commit | 61d4b438e6abfb422e533090e08ba0d743553c51 (patch) | |
| tree | 4b16a8286cf674e786932a9b72901676f9e2b43c /src/window.c | |
| parent | 454592a615ac4d86a6ce594945487642be5013d7 (diff) | |
| download | emacs-61d4b438e6abfb422e533090e08ba0d743553c51.tar.gz emacs-61d4b438e6abfb422e533090e08ba0d743553c51.zip | |
Fix doc-string of recenter-redisplay.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c index f007aaf52cd..4711dc8ff53 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6500,9 +6500,10 @@ with the relevant frame selected. */); | |||
| 6500 | Vwindow_configuration_change_hook = Qnil; | 6500 | Vwindow_configuration_change_hook = Qnil; |
| 6501 | 6501 | ||
| 6502 | DEFVAR_LISP ("recenter-redisplay", Vrecenter_redisplay, | 6502 | DEFVAR_LISP ("recenter-redisplay", Vrecenter_redisplay, |
| 6503 | doc: /* If non-nil, then the `recenter' command with a nil argument | 6503 | doc: /* Non-nil means `recenter' redraws entire frame. |
| 6504 | will redraw the entire frame; the special value `tty' causes the | 6504 | If this option is non-nil, then the `recenter' command with a nil |
| 6505 | frame to be redrawn only if it is a tty frame. */); | 6505 | argument will redraw the entire frame; the special value `tty' causes |
| 6506 | the frame to be redrawn only if it is a tty frame. */); | ||
| 6506 | Vrecenter_redisplay = Qtty; | 6507 | Vrecenter_redisplay = Qtty; |
| 6507 | 6508 | ||
| 6508 | DEFVAR_LISP ("window-combination-resize", Vwindow_combination_resize, | 6509 | DEFVAR_LISP ("window-combination-resize", Vwindow_combination_resize, |