]> git.eshelyaron.com Git - emacs.git/commitdiff
* xdisp.c (Vresize_mini_windows): Incredibly minor doc fix (Bug#3300).
authorChong Yidong <cyd@stupidchicken.com>
Tue, 12 Jul 2011 03:04:06 +0000 (23:04 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 12 Jul 2011 03:04:06 +0000 (23:04 -0400)
src/ChangeLog
src/xdisp.c

index e75a84a4a6b71ca67ecef7fc3bcf62f45092a9f0..4f285c069cf92bc8300ca82167b9f50c0f5a3858 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
+
 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
index d4c6743f805b1006e8db04ff58d1ae84b4d3ad52..685386bc40c29de2c24be60c2a68e0604e368dac 100644 (file)
@@ -26852,12 +26852,12 @@ If an integer, it specifies a number of lines.  */);
   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,