comparison lisp/rsz-mini.el @ 24646:03b96765f4b4

(resize-minibuffer-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 18:59:36 +0000
parents d0b40f823255
children f541d471520a
comparison
equal deleted inserted replaced
24645:ba928fb691dc 24646:03b96765f4b4
5 ;; Author: Noah Friedman <friedman@splode.com> 5 ;; Author: Noah Friedman <friedman@splode.com>
6 ;; Roland McGrath <roland@gnu.org> 6 ;; Roland McGrath <roland@gnu.org>
7 ;; Maintainer: Noah Friedman <friedman@splode.com> 7 ;; Maintainer: Noah Friedman <friedman@splode.com>
8 ;; Keywords: minibuffer, window, frame, display 8 ;; Keywords: minibuffer, window, frame, display
9 9
10 ;; $Id: rsz-mini.el,v 1.24 1999/03/30 21:29:47 kwzh Exp kwzh $ 10 ;; $Id: rsz-mini.el,v 1.25 1999/03/30 21:36:35 kwzh Exp fx $
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by 15 ;; it under the terms of the GNU General Public License as published by
62 :group 'frames) 62 :group 'frames)
63 63
64 ;;;###autoload 64 ;;;###autoload
65 (defcustom resize-minibuffer-mode nil 65 (defcustom resize-minibuffer-mode nil
66 "Toggle resizing the minibuffer so its entire contents are visible. 66 "Toggle resizing the minibuffer so its entire contents are visible.
67 This variable should be set only with \\[customize], which is equivalent 67 Setting this variable directly does not take effect;
68 to using the function `resize-minibuffer-mode'." 68 use either \\[customize] or the function `resize-minibuffer-mode'."
69 :set (lambda (symbol value) 69 :set (lambda (symbol value)
70 (resize-minibuffer-mode (if value 1 -1))) 70 (resize-minibuffer-mode (if value 1 -1)))
71 :initialize 'custom-initialize-default 71 :initialize 'custom-initialize-default
72 :type 'boolean 72 :type 'boolean
73 :group 'resize-minibuffer 73 :group 'resize-minibuffer