]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-start): Doc fix.
authorRomain Francoise <romain@orebokech.com>
Fri, 26 Aug 2005 18:07:25 +0000 (18:07 +0000)
committerRomain Francoise <romain@orebokech.com>
Fri, 26 Aug 2005 18:07:25 +0000 (18:07 +0000)
lisp/ChangeLog
lisp/progmodes/compile.el

index e655c91e6130b0f39330e60ce2bf9230fc57b0e7..7b5186e6cd3d6add97b8dd4b8a22c02261250c3e 100644 (file)
@@ -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
index dff4de60e452592764c291d37f2d6a91aef3bed0..878159fb1bcc1f40b205081e74f6fdf4cf6cbda5 100644 (file)
@@ -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