summaryrefslogtreecommitdiff
path: root/lisp/vc/ediff-vers.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc/ediff-vers.el')
-rw-r--r--lisp/vc/ediff-vers.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/ediff-vers.el b/lisp/vc/ediff-vers.el
index 9e82392725d..0646ba3cc20 100644
--- a/lisp/vc/ediff-vers.el
+++ b/lisp/vc/ediff-vers.el
@@ -88,8 +88,8 @@ comparison or merge operations are being performed."
;; RCS.el support
(defun rcs-ediff-view-revision (&optional rev)
-;; View previous RCS revision of current file.
-;; With prefix argument, prompts for a revision name.
+ "View previous RCS revision of current file.
+With prefix argument, prompts for a revision name."
(interactive (list (if current-prefix-arg
(read-string "Revision: "))))
(let* ((filename (buffer-file-name (current-buffer)))