]> code.delx.au - gnu-emacs/blobdiff - lisp/icomplete.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / icomplete.el
index b1894ca5874ee45370ecdffb9ec113d4e0b39a42..9c712db71bf685414152da9545cb4d319b59c891 100644 (file)
@@ -122,7 +122,7 @@ This hook is run during minibuffer setup if Icomplete is active.
 It is intended for use in customizing Icomplete for interoperation
 with other features and packages.  For instance:
 
-  (add-hook 'icomplete-minibuffer-setup-hook
+  (add-hook \\='icomplete-minibuffer-setup-hook
             (lambda () (setq-local max-mini-window-height 3)))
 
 will constrain Emacs to a maximum minibuffer height of 3 lines when