changeset 2666:0988b26ce422

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 May 1993 19:33:17 +0000
parents 531099c93082
children 62869d996485
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Tue May 04 16:42:57 1993 +0000
+++ b/lisp/vc.el	Tue May 04 19:33:17 1993 +0000
@@ -1011,7 +1011,7 @@
 
 ;;;###autoload
 (defun vc-cancel-version (norevert)
-  "Undo your latest checkin."
+  "Get rid of the version most recently checked in by anyone."
   (interactive "P")
   (if vc-dired-mode
       (find-file-other-window (dired-get-filename)))