emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106671: Fix doc-string of recenter-r


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106671: Fix doc-string of recenter-redisplay.
Date: Tue, 13 Dec 2011 14:53:00 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106671
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Tue 2011-12-13 14:53:00 +0100
message:
  Fix doc-string of recenter-redisplay.
modified:
  src/ChangeLog
  src/window.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-12-13 13:37:48 +0000
+++ b/src/ChangeLog     2011-12-13 13:53:00 +0000
@@ -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  <address@hidden>
 

=== modified file 'src/window.c'
--- a/src/window.c      2011-12-13 13:37:48 +0000
+++ b/src/window.c      2011-12-13 13:53:00 +0000
@@ -6500,9 +6500,10 @@
   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,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]