diff options
| author | Juanma Barranquero | 2002-07-01 16:11:39 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-01 16:11:39 +0000 |
| commit | 319a586a30ce9657f8025262e586a49ab63f4ae6 (patch) | |
| tree | 528a5c970daebc48920f3e3dbfbf1a3dac49307b /lisp | |
| parent | dc976f2c3f6d1045f4a3353673d0e5b1a7acfeda (diff) | |
| download | emacs-319a586a30ce9657f8025262e586a49ab63f4ae6.tar.gz emacs-319a586a30ce9657f8025262e586a49ab63f4ae6.zip | |
(ido-minibuffer-setup-hook): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ido.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ido.el b/lisp/ido.el index 68026cd8323..9c1c353242e 100644 --- a/lisp/ido.el +++ b/lisp/ido.el | |||
| @@ -772,10 +772,10 @@ with other packages. For instance: | |||
| 772 | \(add-hook 'ido-minibuffer-setup-hook | 772 | \(add-hook 'ido-minibuffer-setup-hook |
| 773 | \(function | 773 | \(function |
| 774 | \(lambda () | 774 | \(lambda () |
| 775 | \(make-local-variable 'resize-minibuffer-window-max-height) | 775 | \(make-local-variable 'max-mini-window-height) |
| 776 | \(setq resize-minibuffer-window-max-height 3)))) | 776 | \(setq max-mini-window-height 3)))) |
| 777 | 777 | ||
| 778 | will constrain rsz-mini to a maximum minibuffer height of 3 lines when | 778 | will constrain Emacs to a maximum minibuffer height of 3 lines when |
| 779 | ido is running. Copied from `icomplete-minibuffer-setup-hook'." | 779 | ido is running. Copied from `icomplete-minibuffer-setup-hook'." |
| 780 | :type 'hook | 780 | :type 'hook |
| 781 | :group 'ido) | 781 | :group 'ido) |