From 5b317d749888daba0a4be5516f536fb9396438f2 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Fri, 26 Aug 2005 18:07:25 +0000 Subject: [PATCH] (compilation-start): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/progmodes/compile.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e655c91e613..7b5186e6cd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -39,6 +39,8 @@ 2005-08-26 Romain Francoise + * progmodes/compile.el (compilation-start): Doc fix. + * progmodes/antlr-mode.el (antlr-default): Fix defface form. (antlr-font-lock-additional-keywords): Fix reference to `antlr-font-lock-literal-regexp' erroneously changed during the diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index dff4de60e45..878159fb1bc 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -918,7 +918,8 @@ The rest of the arguments are optional; for them, nil means use the default. MODE is the major mode to set in the compilation buffer. Mode may also be t meaning use `compilation-shell-minor-mode' under `comint-mode'. -NAME-FUNCTION is a function called to name the buffer. +If NAME-FUNCTION is non-nil, call it with one argument (the mode name) +to determine the buffer name. If HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight the matching section of the visited source line; the default is to use the -- 2.39.2