1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix typos.

This commit is contained in:
Juanma Barranquero 2011-11-20 04:48:53 +01:00
parent 17e845af73
commit cd1181dbec
96 changed files with 250 additions and 179 deletions

View file

@ -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