From cead857b3afcf0ed0166f397cb69c478a6c368f6 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Mon, 28 Feb 2011 13:25:50 -0700 Subject: [PATCH] * ido.el (ido-everywhere): Doc fix. (ido-mode): Doc fix. --- lisp/ChangeLog | 5 +++++ lisp/ido.el | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d38672c0d6b..e5abd0b93d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-02-28 Christoph Scholtes + + * ido.el (ido-everywhere): Doc fix. + (ido-mode): Doc fix. + 2011-02-28 Glenn Morris * dired-x.el (dired-guess-shell-alist-default): Use \\', not $. diff --git a/lisp/ido.el b/lisp/ido.el index d1f2cea83f8..2e67e367a8f 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -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. -- 2.39.2