emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105107: Make it explicit that the mi


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105107: Make it explicit that the mini-windows are the mini-buffer and the echo area
Date: Mon, 11 Jul 2011 17:55:00 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105107
fixes bug(s): http://debbugs.gnu.org/3320
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2011-07-11 17:55:00 +0200
message:
  Make it explicit that the mini-windows are the mini-buffer and the echo area
modified:
  src/ChangeLog
  src/xdisp.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-07-11 15:16:10 +0000
+++ b/src/ChangeLog     2011-07-11 15:55:00 +0000
@@ -1,5 +1,8 @@
 2011-07-11  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
+       are the mini-buffer and the echo area (bug#3320).
+
        * term.c (init_tty): Remove support for supdup, c10 and perq
        terminals, which are no longer supported (bug#1482).
 

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2011-07-10 21:49:05 +0000
+++ b/src/xdisp.c       2011-07-11 15:55:00 +0000
@@ -26846,13 +26846,13 @@
   unibyte_display_via_language_environment = 0;
 
   DEFVAR_LISP ("max-mini-window-height", Vmax_mini_window_height,
-    doc: /* *Maximum height for resizing mini-windows.
+    doc: /* *Maximum height for resizing mini-windows (the minibuffer and the 
echo area).
 If a float, it specifies a fraction of the mini-window frame's height.
 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.
+    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


reply via email to

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