aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/pcvs-parse.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/pcvs-parse.el')
-rw-r--r--lisp/pcvs-parse.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcvs-parse.el b/lisp/pcvs-parse.el
index baec05faf2f..3242116b613 100644
--- a/lisp/pcvs-parse.el
+++ b/lisp/pcvs-parse.el
@@ -43,7 +43,7 @@
43;; parse vars 43;; parse vars
44 44
45(defcustom cvs-update-prog-output-skip-regexp "$" 45(defcustom cvs-update-prog-output-skip-regexp "$"
46 "*A regexp that matches the end of the output from all cvs update programs. 46 "A regexp that matches the end of the output from all cvs update programs.
47That is, output from any programs that are run by CVS (by the flag -u 47That is, output from any programs that are run by CVS (by the flag -u
48in the `modules' file - see cvs(5)) when `cvs update' is performed should 48in the `modules' file - see cvs(5)) when `cvs update' is performed should
49terminate with a line that this regexp matches. It is enough that 49terminate with a line that this regexp matches. It is enough that
@@ -56,7 +56,7 @@ The default (a single $) fits programs without output."
56(defcustom cvs-parse-ignored-messages 56(defcustom cvs-parse-ignored-messages
57 '("Executing ssh-askpass to query the password.*$" 57 '("Executing ssh-askpass to query the password.*$"
58 ".*Remote host denied X11 forwarding.*$") 58 ".*Remote host denied X11 forwarding.*$")
59 "*A list of regexps matching messages that should be ignored by the parser. 59 "A list of regexps matching messages that should be ignored by the parser.
60Each regexp should match a whole set of lines and should hence be terminated 60Each regexp should match a whole set of lines and should hence be terminated
61by `$'." 61by `$'."
62 :group 'pcl-cvs 62 :group 'pcl-cvs