aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-04-27 18:59:36 +0000
committerDave Love1999-04-27 18:59:36 +0000
commit75cc75ddbf6a2a97355af0e32d25d62be1f34efe (patch)
treecb005392233560ffea9efc476a49de1b469c6b0c
parent8213ac4b6e356d8f4c4b59ca7b792a55b4dc8590 (diff)
downloademacs-75cc75ddbf6a2a97355af0e32d25d62be1f34efe.tar.gz
emacs-75cc75ddbf6a2a97355af0e32d25d62be1f34efe.zip
(resize-minibuffer-mode): Doc fix.
-rw-r--r--lisp/rsz-mini.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/rsz-mini.el b/lisp/rsz-mini.el
index 62f2d8ee428..c29337f2f58 100644
--- a/lisp/rsz-mini.el
+++ b/lisp/rsz-mini.el
@@ -7,7 +7,7 @@
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
@@ -64,8 +64,8 @@
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.
67This variable should be set only with \\[customize], which is equivalent 67Setting this variable directly does not take effect;
68to using the function `resize-minibuffer-mode'." 68use 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