]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/iswitchb.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / obsolete / iswitchb.el
index e0d78e1bcf6ba1e65a54314e2fec41ea4a8a70a7..61f9d7f741f9e2d461d9156eaa9da3ddfe0480b8 100644 (file)
@@ -389,8 +389,8 @@ See documentation of `walk-windows' for useful values."
 
 This hook is run during minibuffer setup if `iswitchb' is active.
 For instance:
-\(add-hook 'iswitchb-minibuffer-setup-hook
-         '\(lambda () (set (make-local-variable 'max-mini-window-height) 3)))
+\(add-hook \\='iswitchb-minibuffer-setup-hook
+         \\='\(lambda () (set (make-local-variable \\='max-mini-window-height) 3)))
 will constrain the minibuffer to a maximum height of 3 lines when
 iswitchb is running."
   :type 'hook