From: Glenn Morris Date: Sat, 4 Feb 2012 00:59:58 +0000 (-0500) Subject: * lisp/ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key). X-Git-Tag: emacs-pretest-24.0.94~344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ded50f24a96e5996578228a847e696f91fec286;p=emacs.git * lisp/ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a08e3d2a02..11515ad013e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-04 Glenn Morris + + * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key). + 2012-02-03 Glenn Morris * image.el (image-animated-p): Doc fix. Use image-animated-types. diff --git a/lisp/ido.el b/lisp/ido.el index 4be9807af96..5813aff0f21 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -4148,7 +4148,6 @@ in a separate window. \\[ido-toggle-regexp] Toggle regexp searching. \\[ido-toggle-prefix] Toggle between substring and prefix matching. \\[ido-toggle-case] Toggle case-sensitive searching of file names. -\\[ido-toggle-vc] Toggle version control for this file. \\[ido-toggle-literal] Toggle literal reading of this file. \\[ido-completion-help] Show list of matching files in separate window. \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'."