From 08815e25e532cb7970bf9951e2f36ee4e9fe7610 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 6 May 2003 17:35:37 +0000 Subject: [PATCH] (compile-internal): Don't quote nil and t in docstrings. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2