;; Maintainer: Noah Friedman <friedman@splode.com>
;; Keywords: minibuffer, window, frame, display
-;; $Id: rsz-mini.el,v 1.22 1998/09/11 01:36:54 friedman Exp $
+;; $Id: rsz-mini.el,v 1.23 1998/09/11 01:40:25 friedman Exp kwzh $
;; This file is part of GNU Emacs.
;;;###autoload
(defcustom resize-minibuffer-mode nil
- "*If non-`nil', resize the minibuffer so its entire contents are visible.
-You must modify via \\[customize] for this variable to have an effect."
+ "Toggle resizing the minibuffer so its entire contents are visible.
+This variable should be set only with \\[customize], which is equivalent
+to using the function `resize-minibuffer-mode'.
:set (lambda (symbol value)
(resize-minibuffer-mode (if value 1 -1)))
:initialize 'custom-initialize-default