# HG changeset patch # User Werner LEMBERG # Date 1111739116 0 # Node ID 4a2ea521d778c7e97a477fac69a98a175a44e150 # Parent f775b8952a664b8b9ee04e733846bafead2011be * vc-cvs.el: Replace `illegal' with `invalid'. diff -r f775b8952a66 -r 4a2ea521d778 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 25 08:23:21 2005 +0000 +++ b/lisp/ChangeLog Fri Mar 25 08:25:16 2005 +0000 @@ -2,7 +2,7 @@ * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'. - * midnight.el: Replace `illegal' with `invalid'. + * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'. 2005-03-24 Stefan Monnier diff -r f775b8952a66 -r 4a2ea521d778 lisp/vc-cvs.el --- a/lisp/vc-cvs.el Fri Mar 25 08:23:21 2005 +0000 +++ b/lisp/vc-cvs.el Fri Mar 25 08:25:16 2005 +0000 @@ -1,6 +1,7 @@ ;;; vc-cvs.el --- non-resident support for CVS version-control -;; Copyright (C) 1995,98,99,2000,2001,02,2003 Free Software Foundation, Inc. +;; Copyright (C) 1995,98,99,2000,2001,02,2003, 2005 +;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel @@ -745,7 +746,7 @@ The default METHOD for a CVS root of the form [USER@]HOSTNAME:/path/to/repository is `ext'. -For an empty string, nil is returned (illegal CVS root)." +For an empty string, nil is returned (invalid CVS root)." ;; Split CVS root into colon separated fields (0-4). ;; The `x:' makes sure, that leading colons are not lost; ;; `HOST:/PATH' is then different from `:METHOD:/PATH'.