* Typos in vc-rcs.el
@ 2008-09-15 20:28 Eduard Wiebe
2008-09-15 23:32 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: Eduard Wiebe @ 2008-09-15 20:28 UTC (permalink / raw)
To: emacs-devel
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el
index 14d65da..01a51d3 100644
--- a/lisp/vc-rcs.el
+++ b/lisp/vc-rcs.el
@@ -473,7 +473,7 @@ attempt the checkout for all registered files beneath it."
(defun vc-rcs-rollback (files)
"Roll back, undoing the most recent checkins of FILES. Directories are
-expanded to all regidtered subfuiles in them."
+expanded to all registered subfiles in them."
(if (not files)
(error "RCS backend doesn't support directory-level rollback."))
(dolist (file (vc-expand-dirs files))
--
Eduard Wiebe
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-15 23:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-15 20:28 Typos in vc-rcs.el Eduard Wiebe
2008-09-15 23:32 ` Juanma Barranquero
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.