Mercurial > hg > xemacs-beta
comparison lisp/modes/rsz-minibuf.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 0293115a14e9 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
8 ;;; Modified for Lucid Emacs By: Peter Stout <pds@cs.cmu.edu> | 8 ;;; Modified for Lucid Emacs By: Peter Stout <pds@cs.cmu.edu> |
9 ;;; Maintainer: friedman@prep.ai.mit.edu | 9 ;;; Maintainer: friedman@prep.ai.mit.edu |
10 ;;; Keywords: minibuffer, window, frames, display | 10 ;;; Keywords: minibuffer, window, frames, display |
11 ;;; Status: Known to work in FSF GNU Emacs 19.23 and Lucid Emacs 19.9. | 11 ;;; Status: Known to work in FSF GNU Emacs 19.23 and Lucid Emacs 19.9. |
12 | 12 |
13 ;;; $Id: rsz-minibuf.el,v 1.2 1997/02/02 05:05:42 steve Exp $ | 13 ;;; $Id: rsz-minibuf.el,v 1.3 1997/03/09 02:37:22 steve Exp $ |
14 | 14 |
15 ;;; This program is free software; you can redistribute it and/or modify | 15 ;;; This program is free software; you can redistribute it and/or modify |
16 ;;; it under the terms of the GNU General Public License as published by | 16 ;;; it under the terms of the GNU General Public License as published by |
17 ;;; the Free Software Foundation; either version 2, or (at your option) | 17 ;;; the Free Software Foundation; either version 2, or (at your option) |
18 ;;; any later version. | 18 ;;; any later version. |
110 | 110 |
111 The variable `resize-minibuffer-window-exactly' determines whether the | 111 The variable `resize-minibuffer-window-exactly' determines whether the |
112 minibuffer window should ever be shrunk to make it no larger than needed to | 112 minibuffer window should ever be shrunk to make it no larger than needed to |
113 display its contents. | 113 display its contents. |
114 | 114 |
115 When using a window system, it is possible for a minibuffer to tbe the sole | 115 When using a window system, it is possible for a minibuffer to be the sole |
116 window in a frame. Since that window is already its maximum size, the only | 116 window in a frame. Since that window is already its maximum size, the only |
117 way to make more text visible at once is to increase the size of the frame. | 117 way to make more text visible at once is to increase the size of the frame. |
118 The variable `resize-minibuffer-frame' controls whether this should be | 118 The variable `resize-minibuffer-frame' controls whether this should be |
119 done. The variables `resize-minibuffer-frame-max-height' and | 119 done. The variables `resize-minibuffer-frame-max-height' and |
120 `resize-minibuffer-frame-exactly' are analogous to their window | 120 `resize-minibuffer-frame-exactly' are analogous to their window |