]> code.delx.au - gnu-emacs/blobdiff - lisp/ido.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / ido.el
index 1f12fbfa9ee77ab6c9f969e10a00aa7a9fd7162e..ab461bdb0075e22ef975bf8d0400ab9af383e0bc 100644 (file)
@@ -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