Mercurial > emacs
changeset 65162:217750047c30
(compilation-start): Doc fix.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Fri, 26 Aug 2005 18:07:25 +0000 |
parents | 451eb4a93201 |
children | ef138cf4be94 |
files | lisp/ChangeLog lisp/progmodes/compile.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Aug 26 18:03:46 2005 +0000 +++ b/lisp/ChangeLog Fri Aug 26 18:07:25 2005 +0000 @@ -39,6 +39,8 @@ 2005-08-26 Romain Francoise <romain@orebokech.com> + * 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
--- a/lisp/progmodes/compile.el Fri Aug 26 18:03:46 2005 +0000 +++ b/lisp/progmodes/compile.el Fri Aug 26 18:07:25 2005 +0000 @@ -918,7 +918,8 @@ 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