summaryrefslogtreecommitdiff
path: root/lisp/rsz-mini.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
committerKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
commit25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch)
tree36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/rsz-mini.el
parent495a3f8d9e7c4471d649875ac40700830422f553 (diff)
downloademacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/rsz-mini.el')
-rw-r--r--lisp/rsz-mini.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/rsz-mini.el b/lisp/rsz-mini.el
index b21f1b68073..62f2d8ee428 100644
--- a/lisp/rsz-mini.el
+++ b/lisp/rsz-mini.el
@@ -7,7 +7,7 @@
;; Maintainer: Noah Friedman <friedman@splode.com>
;; Keywords: minibuffer, window, frame, display
-;; $Id: rsz-mini.el,v 1.23 1998/09/11 01:40:25 friedman Exp kwzh $
+;; $Id: rsz-mini.el,v 1.24 1999/03/30 21:29:47 kwzh Exp kwzh $
;; This file is part of GNU Emacs.
@@ -65,7 +65,7 @@
(defcustom resize-minibuffer-mode nil
"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'.
+to using the function `resize-minibuffer-mode'."
:set (lambda (symbol value)
(resize-minibuffer-mode (if value 1 -1)))
:initialize 'custom-initialize-default