emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105119: * xdisp.c (Vresize_mini_wind


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105119: * xdisp.c (Vresize_mini_windows): Incredibly minor doc fix (Bug#3300).
Date: Mon, 11 Jul 2011 23:04:06 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105119
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Mon 2011-07-11 23:04:06 -0400
message:
  * xdisp.c (Vresize_mini_windows): Incredibly minor doc fix (Bug#3300).
modified:
  src/ChangeLog
  src/xdisp.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-07-11 15:55:00 +0000
+++ b/src/ChangeLog     2011-07-12 03:04:06 +0000
@@ -1,3 +1,7 @@
+2011-07-12  Chong Yidong  <address@hidden>
+
+       * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
+
 2011-07-11  Lars Magne Ingebrigtsen  <address@hidden>
 
        * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2011-07-11 15:55:00 +0000
+++ b/src/xdisp.c       2011-07-12 03:04:06 +0000
@@ -26852,12 +26852,12 @@
   Vmax_mini_window_height = make_float (0.25);
 
   DEFVAR_LISP ("resize-mini-windows", Vresize_mini_windows,
-    doc: /* *How to resize mini-windows (the minibuffer and the echo area).
+    doc: /* How to resize mini-windows (the minibuffer and the echo area).
 A value of nil means don't automatically resize mini-windows.
 A value of t means resize them to fit the text displayed in them.
-A value of `grow-only', the default, means let mini-windows grow
-only, until their display becomes empty, at which point the windows
-go back to their normal size.  */);
+A value of `grow-only', the default, means let mini-windows grow only;
+they return to their normal size when the minibuffer is closed, or the
+echo area becomes empty.  */);
   Vresize_mini_windows = Qgrow_only;
 
   DEFVAR_LISP ("blink-cursor-alist", Vblink_cursor_alist,


reply via email to

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