From: Juanma Barranquero Date: Tue, 6 May 2003 17:35:37 +0000 (+0000) Subject: (compile-internal): Don't quote nil and t in docstrings. X-Git-Tag: ttn-vms-21-2-B4~10290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08815e25e532cb7970bf9951e2f36ee4e9fe7610;p=emacs.git (compile-internal): Don't quote nil and t in docstrings. --- 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.