diff options
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index a51ceff74d3..6cbc7ce5e45 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -987,7 +987,7 @@ NOMESSAGE-REGEXP-ALIST is the nomessage regexp alist to use. | |||
| 987 | \`compilation-buffer-name-function', `compilation-enter-directory-regexp-alist', | 987 | \`compilation-buffer-name-function', `compilation-enter-directory-regexp-alist', |
| 988 | \`compilation-leave-directory-regexp-alist', `compilation-file-regexp-alist', | 988 | \`compilation-leave-directory-regexp-alist', `compilation-file-regexp-alist', |
| 989 | \ and `compilation-nomessage-regexp-alist', respectively. | 989 | \ and `compilation-nomessage-regexp-alist', respectively. |
| 990 | For arg 7-10 a value `t' means an empty alist. | 990 | For arg 7-10 a value t means an empty alist. |
| 991 | 991 | ||
| 992 | If NO-ASYNC is non-nil, start the compilation process synchronously. | 992 | If NO-ASYNC is non-nil, start the compilation process synchronously. |
| 993 | 993 | ||