Mercurial > emacs
comparison lisp/ido.el @ 82365:e5a68f18fcb9
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 13 Aug 2007 13:41:28 +0000 |
parents | 7c8949dbfa0d |
children | 53328e172cbc c62cc793efc7 424b655804ca |
comparison
equal
deleted
inserted
replaced
82364:0c34fdde692c | 82365:e5a68f18fcb9 |
---|---|
896 See documentation of `walk-windows' for useful values.") | 896 See documentation of `walk-windows' for useful values.") |
897 | 897 |
898 (defcustom ido-minibuffer-setup-hook nil | 898 (defcustom ido-minibuffer-setup-hook nil |
899 "*Ido-specific customization of minibuffer setup. | 899 "*Ido-specific customization of minibuffer setup. |
900 | 900 |
901 This hook is run during minibuffer setup iff `ido' will be active. | 901 This hook is run during minibuffer setup if `ido' is active. |
902 It is intended for use in customizing ido for interoperation | 902 It is intended for use in customizing ido for interoperation |
903 with other packages. For instance: | 903 with other packages. For instance: |
904 | 904 |
905 \(add-hook 'ido-minibuffer-setup-hook | 905 \(add-hook 'ido-minibuffer-setup-hook |
906 \(function | 906 \(function |