# HG changeset patch # User Juanma Barranquero # Date 1052242537 0 # Node ID 3f16391fbada80613a201b78b7f9535b790cb12c # Parent 629f8ae0c58f44613e4c62391c7316e01c5beea8 (compile-internal): Don't quote nil and t in docstrings. diff -r 629f8ae0c58f -r 3f16391fbada lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Tue May 06 17:33:21 2003 +0000 +++ b/lisp/progmodes/compile.el Tue May 06 17:35:37 2003 +0000 @@ -987,7 +987,7 @@ \`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.