summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2008-05-15 15:02:57 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2008-05-15 15:02:57 +0000
commitaea0f52122457af0b15a3095cd6822a74a107315 (patch)
treeb18ff80568fbe02041dc64e9b0304ae92650c2de
parent4dd76a0858bc1688463a9c606ee2654da0a64524 (diff)
downloademacs-aea0f52122457af0b15a3095cd6822a74a107315.tar.gz
Comment fix.
-rw-r--r--lisp/vc-dispatcher.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el
index dc7c675cf54..1d04a5541e4 100644
--- a/lisp/vc-dispatcher.el
+++ b/lisp/vc-dispatcher.el
@@ -602,7 +602,7 @@ the buffer contents as a comment."
log-extra
log-entry))
;; Remove checkin window (after the checkin so that if that fails
- ;; we don't zap the *VC-log* buffer and the typing therein).
+ ;; we don't zap the log buffer and the typing therein).
;; -- IMO this should be replaced with quit-window
(cond ((and logbuf vc-delete-logbuf-window)
(delete-windows-on logbuf (selected-frame))