comparison lisp/vc.el @ 2666:0988b26ce422

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 May 1993 19:33:17 +0000
parents 531099c93082
children 62869d996485
comparison
equal deleted inserted replaced
2665:531099c93082 2666:0988b26ce422
1009 ) 1009 )
1010 ) 1010 )
1011 1011
1012 ;;;###autoload 1012 ;;;###autoload
1013 (defun vc-cancel-version (norevert) 1013 (defun vc-cancel-version (norevert)
1014 "Undo your latest checkin." 1014 "Get rid of the version most recently checked in by anyone."
1015 (interactive "P") 1015 (interactive "P")
1016 (if vc-dired-mode 1016 (if vc-dired-mode
1017 (find-file-other-window (dired-get-filename))) 1017 (find-file-other-window (dired-get-filename)))
1018 (while vc-parent-buffer 1018 (while vc-parent-buffer
1019 (pop-to-buffer vc-parent-buffer)) 1019 (pop-to-buffer vc-parent-buffer))