diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 04:48:53 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 04:48:53 +0100 |
commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /lisp/vc/vc-mtn.el | |
parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/vc/vc-mtn.el')
-rw-r--r-- | lisp/vc/vc-mtn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el index 0b263e9c669..0fc7ba96fb7 100644 --- a/lisp/vc/vc-mtn.el +++ b/lisp/vc/vc-mtn.el @@ -299,7 +299,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." ids))) (defun vc-mtn-revision-completion-table (files) - ;; TODO: Implement completion for for selectors + ;; TODO: Implement completion for selectors ;; TODO: Implement completion for composite selectors. (lexical-let ((files files)) ;; What about using `files'?!? --Stef |