diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2003-09-29 13:44:26 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2003-09-29 13:44:26 +0000 |
commit | 9074f5fbb83a1e892a45b5b01105dc297a9f0a42 (patch) | |
tree | 88ff7dbade18dd58a61c99c22252ad2fc6efdd04 | |
parent | 6e8fcd2193b53cfb1cc575855ef4024610198abd (diff) | |
download | emacs-9074f5fbb83a1e892a45b5b01105dc297a9f0a42.tar.gz |
(Selected Files): Fix typo.
-rw-r--r-- | man/pcl-cvs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index 650e3cc50d1..3188ecd98a8 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.20 2003/08/14 04:53:30 kfogel Exp $" +@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.21 2003/09/01 15:45:46 miles Exp $" @c %**start of header @setfilename ../info/pcl-cvs @settitle PCL-CVS --- Emacs Front-End to CVS @@ -477,7 +477,7 @@ although it has not been @samp{cvs remove}d. Many of the commands work on the current set of @dfn{selected} files which can be either the set of marked files (if any file is marked and -marks are no ignored) or whichever file or directory the cursor is on. +marks are not ignored) or whichever file or directory the cursor is on. If a directory is selected but the command cannot be applied to a directory, then it will be applied to the set of files under this |