summaryrefslogtreecommitdiff
path: root/lisp/vc/pcvs-defs.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc/pcvs-defs.el')
-rw-r--r--lisp/vc/pcvs-defs.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc/pcvs-defs.el b/lisp/vc/pcvs-defs.el
index 7065b8dfe79..8cac61a7d44 100644
--- a/lisp/vc/pcvs-defs.el
+++ b/lisp/vc/pcvs-defs.el
@@ -86,8 +86,8 @@ will select a shared-flag.")
(defvar cvs-cvsroot nil
"Specifies where the (current) cvs master repository is.
Overrides the environment variable $CVSROOT by sending \" -d dir\" to
-all CVS commands. This switch is useful if you have multiple CVS
-repositories. It can be set interactively with \\[cvs-change-cvsroot.]
+all CVS commands. This switch is useful if you have multiple CVS
+repositories. It can be set interactively with \\[cvs-change-cvsroot.]
There is no need to set this if $CVSROOT is set to a correct value.")
(defcustom cvs-auto-remove-handled nil
@@ -120,7 +120,7 @@ If `empty', only non-empty directories will be shown."
"If non-nil, tagging can only be applied to directories.
Tagging should generally be applied a directory at a time, but sometimes it is
useful to be able to tag a single file. The normal way to do that is to use
-`cvs-mode-force-command' so as to temporarily override the restrictions,"
+`cvs-mode-force-command' so as to temporarily override the restrictions."
:group 'pcl-cvs
:type '(boolean))