aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Rudalics2011-12-13 14:53:00 +0100
committerMartin Rudalics2011-12-13 14:53:00 +0100
commit61d4b438e6abfb422e533090e08ba0d743553c51 (patch)
tree4b16a8286cf674e786932a9b72901676f9e2b43c /src
parent454592a615ac4d86a6ce594945487642be5013d7 (diff)
downloademacs-61d4b438e6abfb422e533090e08ba0d743553c51.tar.gz
emacs-61d4b438e6abfb422e533090e08ba0d743553c51.zip
Fix doc-string of recenter-redisplay.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/window.c7
2 files changed, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5cdbd528a2e..a56bb49da00 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
3 * window.c (Vwindow_combination_resize) 3 * window.c (Vwindow_combination_resize)
4 (Vwindow_combination_limit): Use t instead of non-nil in 4 (Vwindow_combination_limit): Use t instead of non-nil in
5 doc-strings. 5 doc-strings.
6 (Vrecenter_redisplay): Add first sentence of doc-string on
7 separate line.
6 8
72011-12-11 Kenichi Handa <handa@m17n.org> 92011-12-11 Kenichi Handa <handa@m17n.org>
8 10
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.
6504will redraw the entire frame; the special value `tty' causes the 6504If this option is non-nil, then the `recenter' command with a nil
6505frame to be redrawn only if it is a tty frame. */); 6505argument will redraw the entire frame; the special value `tty' causes
6506the 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,