diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-09-24 01:37:14 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-09-24 01:37:14 +0000 |
commit | 5a0c3f568d38c4778b5cab6140aa8e46c2523f22 (patch) | |
tree | 6cfe585bb619b0ffb45b05c95dde157978ce3b51 /lisp/vc-rcs.el | |
parent | 62136c5d4bc770f6258f32b5c3b9d184569cb7c1 (diff) | |
download | emacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.tar.gz emacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.tar.bz2 emacs-5a0c3f568d38c4778b5cab6140aa8e46c2523f22.zip |
Fix typos.
* allout.el
* dired-aux.el
* dired-x.el
* epa-file.el
* ps-print.el
* shell.el
* vc-hooks.el
* vc-rcs.el
* vc-sccs.el
* vc.el
* view.el
* wdired.el
* emacs-lisp/authors.el
* net/dig.el
* net/socks.el
* net/zeroconf.el
* obsolete/vc-mcvs.el
* progmodes/gdb-mi.el
* progmodes/grep.el
* progmodes/idlw-help.el
* progmodes/idlw-shell.el
* progmodes/idlwave.el
* progmodes/inf-lisp.el
* textmodes/bibtex.el
* textmodes/ispell.el
* textmodes/reftex-toc.el
Diffstat (limited to 'lisp/vc-rcs.el')
-rw-r--r-- | lisp/vc-rcs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 97e5ff62a69..9f225e3dff7 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -465,7 +465,7 @@ attempt the checkout for all registered files beneath it." "Roll back, undoing the most recent checkins of FILES. Directories are expanded to all registered subfiles in them." (if (not files) - (error "RCS backend doesn't support directory-level rollback.")) + (error "RCS backend doesn't support directory-level rollback")) (dolist (file (vc-expand-dirs files)) (let* ((discard (vc-working-revision file)) (previous (if (vc-rcs-trunk-p discard) "" (vc-branch-part discard))) |