From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduard Wiebe Newsgroups: gmane.emacs.devel Subject: Typos in vc-rcs.el Date: Mon, 15 Sep 2008 22:28:19 +0200 Message-ID: <86iqsxw3vg.fsf@nirvana.pusto.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221510691 30455 80.91.229.12 (15 Sep 2008 20:31:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Sep 2008 20:31:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 15 22:32:27 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KfKk4-0006Cl-J9 for ged-emacs-devel@m.gmane.org; Mon, 15 Sep 2008 22:32:17 +0200 Original-Received: from localhost ([127.0.0.1]:54829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfKis-0001AV-GP for ged-emacs-devel@m.gmane.org; Mon, 15 Sep 2008 16:31:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfKgd-00007O-Nm for emacs-devel@gnu.org; Mon, 15 Sep 2008 16:28:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfKgZ-0008Tt-Bq for emacs-devel@gnu.org; Mon, 15 Sep 2008 16:28:43 -0400 Original-Received: from [199.232.76.173] (port=46588 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfKgZ-0008TR-6Y for emacs-devel@gnu.org; Mon, 15 Sep 2008 16:28:39 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:38374 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KfKgX-0003yF-J7 for emacs-devel@gnu.org; Mon, 15 Sep 2008 16:28:38 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KfKgM-0004Mg-MR for emacs-devel@gnu.org; Mon, 15 Sep 2008 20:28:26 +0000 Original-Received: from e179161088.adsl.alicedsl.de ([85.179.161.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Sep 2008 20:28:26 +0000 Original-Received: from usenet by e179161088.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Sep 2008 20:28:26 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e179161088.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) Cancel-Lock: sha1:zEiDJS7ShccOuiXtLG2t7A2IGa0= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103890 Archived-At: 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