emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103454: * ido.el (ido-everywhere): D


From: Christoph Scholtes
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103454: * ido.el (ido-everywhere): Doc fix.
Date: Mon, 28 Feb 2011 13:25:50 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103454
committer: Christoph Scholtes <address@hidden>
branch nick: trunk
timestamp: Mon 2011-02-28 13:25:50 -0700
message:
  * ido.el (ido-everywhere): Doc fix.
  (ido-mode): Doc fix.
modified:
  lisp/ChangeLog
  lisp/ido.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-28 17:42:03 +0000
+++ b/lisp/ChangeLog    2011-02-28 20:25:50 +0000
@@ -1,3 +1,8 @@
+2011-02-28  Christoph Scholtes  <address@hidden>
+
+       * ido.el (ido-everywhere): Doc fix.
+       (ido-mode): Doc fix.
+
 2011-02-28  Glenn Morris  <address@hidden>
 
        * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2011-01-25 04:08:28 +0000
+++ b/lisp/ido.el       2011-02-28 20:25:50 +0000
@@ -1472,8 +1472,8 @@
   (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 @@
 
 ;;;###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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]