From 61d4b438e6abfb422e533090e08ba0d743553c51 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Tue, 13 Dec 2011 14:53:00 +0100 Subject: [PATCH] Fix doc-string of recenter-redisplay. --- src/ChangeLog | 2 ++ src/window.c | 7 ++++--- 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 @@ * window.c (Vwindow_combination_resize) (Vwindow_combination_limit): Use t instead of non-nil in doc-strings. + (Vrecenter_redisplay): Add first sentence of doc-string on + separate line. 2011-12-11 Kenichi Handa 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. */); Vwindow_configuration_change_hook = Qnil; DEFVAR_LISP ("recenter-redisplay", Vrecenter_redisplay, - doc: /* If non-nil, then the `recenter' command with a nil argument -will redraw the entire frame; the special value `tty' causes the -frame to be redrawn only if it is a tty frame. */); + doc: /* Non-nil means `recenter' redraws entire frame. +If this option is non-nil, then the `recenter' command with a nil +argument will redraw the entire frame; the special value `tty' causes +the frame to be redrawn only if it is a tty frame. */); Vrecenter_redisplay = Qtty; DEFVAR_LISP ("window-combination-resize", Vwindow_combination_resize, -- 2.39.2