1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

* ido.el (ido-everywhere): Doc fix.

(ido-mode): Doc fix.
This commit is contained in:
Christoph Scholtes 2011-02-28 13:25:50 -07:00
parent 0a906ec344
commit cead857b3a
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
* ido.el (ido-everywhere): Doc fix.
(ido-mode): Doc fix.
2011-02-28 Glenn Morris <rgm@gnu.org>
* dired-x.el (dired-guess-shell-alist-default): Use \\', not $.

View File

@ -1472,8 +1472,8 @@ Removes badly formatted data and ignored directories."
(add-hook 'choose-completion-string-functions 'ido-choose-completion-string))
(define-minor-mode ido-everywhere
"Toggle using ido speed-ups everywhere file and directory names are read.
With ARG, turn ido speed-up on if arg is positive, off otherwise."
"Toggle using ido-mode everywhere file and directory names are read.
With ARG, turn ido-mode on if arg is positive, off otherwise."
:global t
:group 'ido
(when (get 'ido-everywhere 'file)
@ -1494,8 +1494,8 @@ With ARG, turn ido speed-up on if arg is positive, off otherwise."
;;;###autoload
(defun ido-mode (&optional arg)
"Toggle ido speed-ups on or off.
With ARG, turn ido speed-up on if arg is positive, off otherwise.
"Toggle ido mode on or off.
With ARG, turn ido-mode on if arg is positive, off otherwise.
Turning on ido-mode will remap (via a minor-mode keymap) the default
keybindings for the `find-file' and `switch-to-buffer' families of
commands to the ido versions of these functions.