]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 00:59:58 +0000 (19:59 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 00:59:58 +0000 (19:59 -0500)
lisp/ChangeLog
lisp/ido.el

index 8a08e3d2a02d8b4fe58fbc883e42ead8e7bf0649..11515ad013ece24f2ea3fa9400f3e08a6e42555e 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-04  Glenn Morris  <rgm@gnu.org>
+
+       * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
+
 2012-02-03  Glenn Morris  <rgm@gnu.org>
 
        * image.el (image-animated-p): Doc fix.  Use image-animated-types.
index 4be9807af9602efce4dceb0a0b9c891e5d10d804..5813aff0f217bb1a28cfe0ea45ab882c499e23e2 100644 (file)
@@ -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'."