diff options
Diffstat (limited to 'lisp/pcvs-parse.el')
| -rw-r--r-- | lisp/pcvs-parse.el | 4 |
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. |
| 47 | That is, output from any programs that are run by CVS (by the flag -u | 47 | That is, output from any programs that are run by CVS (by the flag -u |
| 48 | in the `modules' file - see cvs(5)) when `cvs update' is performed should | 48 | in the `modules' file - see cvs(5)) when `cvs update' is performed should |
| 49 | terminate with a line that this regexp matches. It is enough that | 49 | terminate 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. |
| 60 | Each regexp should match a whole set of lines and should hence be terminated | 60 | Each regexp should match a whole set of lines and should hence be terminated |
| 61 | by `$'." | 61 | by `$'." |
| 62 | :group 'pcl-cvs | 62 | :group 'pcl-cvs |