diff options
| author | Paul Eggert | 2011-12-29 18:52:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-29 18:52:49 -0800 |
| commit | 9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch) | |
| tree | 74e717ced1fa94d505e3ace360f3c9280bd9b2fa /lisp/vc | |
| parent | 2cae5ba432fc30042950c073b7ec7807bb98bcde (diff) | |
| download | emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/vc-cvs.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-mtn.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el index 7d6c3caf7ff..5506b701102 100644 --- a/lisp/vc/vc-cvs.el +++ b/lisp/vc/vc-cvs.el | |||
| @@ -319,7 +319,7 @@ its parents." | |||
| 319 | (unless (or (not rev) (vc-cvs-valid-revision-number-p rev)) | 319 | (unless (or (not rev) (vc-cvs-valid-revision-number-p rev)) |
| 320 | (if (not (vc-cvs-valid-symbolic-tag-name-p rev)) | 320 | (if (not (vc-cvs-valid-symbolic-tag-name-p rev)) |
| 321 | (error "%s is not a valid symbolic tag name" rev) | 321 | (error "%s is not a valid symbolic tag name" rev) |
| 322 | ;; If the input revison is a valid symbolic tag name, we create it | 322 | ;; If the input revision is a valid symbolic tag name, we create it |
| 323 | ;; as a branch, commit and switch to it. | 323 | ;; as a branch, commit and switch to it. |
| 324 | (apply 'vc-cvs-command nil 0 files "tag" "-b" (list rev)) | 324 | (apply 'vc-cvs-command nil 0 files "tag" "-b" (list rev)) |
| 325 | (apply 'vc-cvs-command nil 0 files "update" "-r" (list rev)) | 325 | (apply 'vc-cvs-command nil 0 files "update" "-r" (list rev)) |
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el index f49ad09b5d7..0a0d4d4d1de 100644 --- a/lisp/vc/vc-mtn.el +++ b/lisp/vc/vc-mtn.el | |||
| @@ -193,7 +193,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." | |||
| 193 | (unless contents-done | 193 | (unless contents-done |
| 194 | (vc-mtn-command nil 0 file "revert"))) | 194 | (vc-mtn-command nil 0 file "revert"))) |
| 195 | 195 | ||
| 196 | ;; (defun vc-mtn-roolback (files) | 196 | ;; (defun vc-mtn-rollback (files) |
| 197 | ;; ) | 197 | ;; ) |
| 198 | 198 | ||
| 199 | (defun vc-mtn-print-log (files buffer &optional shortlog start-revision limit) | 199 | (defun vc-mtn-print-log (files buffer &optional shortlog start-revision limit) |