diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-05-06 17:35:37 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-05-06 17:35:37 +0000 |
commit | 08815e25e532cb7970bf9951e2f36ee4e9fe7610 (patch) | |
tree | dd5ef491bb195ac3532c35cb706fda5d056ac85c /lisp/progmodes/compile.el | |
parent | f20b2f5cf3ced2e6d8855aeeaf01971f16821aa3 (diff) | |
download | emacs-08815e25e532cb7970bf9951e2f36ee4e9fe7610.tar.gz |
(compile-internal): Don't quote nil and t in docstrings.
Diffstat (limited to 'lisp/progmodes/compile.el')
-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. \`compilation-buffer-name-function', `compilation-enter-directory-regexp-alist', \`compilation-leave-directory-regexp-alist', `compilation-file-regexp-alist', \ and `compilation-nomessage-regexp-alist', respectively. -For arg 7-10 a value `t' means an empty alist. +For arg 7-10 a value t means an empty alist. If NO-ASYNC is non-nil, start the compilation process synchronously. |