diff options
Diffstat (limited to 'lisp/ido.el')
-rw-r--r-- | lisp/ido.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el index 1f12fbfa9ee..ab461bdb007 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -941,7 +941,7 @@ This hook is run during minibuffer setup if Ido is active. It is intended for use in customizing Ido for interoperation with other packages. For instance: - (add-hook 'ido-minibuffer-setup-hook + (add-hook \\='ido-minibuffer-setup-hook (lambda () (setq-local max-mini-window-height 3))) will constrain Emacs to a maximum minibuffer height of 3 lines when |