diff options
author | Werner LEMBERG <wl@gnu.org> | 2005-03-25 08:25:16 +0000 |
---|---|---|
committer | Werner LEMBERG <wl@gnu.org> | 2005-03-25 08:25:16 +0000 |
commit | aaed846c01c90115574a8098dd1636ef1c866ab6 (patch) | |
tree | 78cc91c93e417621f68f5e2b81d3a016f4aaeda0 /lisp | |
parent | 320cb80d2753ce9f99dd3f8aa014172de94a26d8 (diff) | |
download | emacs-aaed846c01c90115574a8098dd1636ef1c866ab6.tar.gz |
* vc-cvs.el: Replace `illegal' with `invalid'.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/vc-cvs.el | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4774ec0c084..38e38f2500a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 <monnier@iro.umontreal.ca> diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index ec24282702b..1136ce565a8 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -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 <spiegel@gnu.org> @@ -745,7 +746,7 @@ is `local'. 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'. |