1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

* lisp/ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).

This commit is contained in:
Glenn Morris 2012-02-03 19:59:58 -05:00
parent b7314ef788
commit 8ded50f24a
2 changed files with 4 additions and 1 deletions

View 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.

View 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'."