1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

(byte-compile-file): Doc fix.

This commit is contained in:
Glenn Morris 2008-04-27 01:41:46 +00:00
parent 0bbb238794
commit f279aaab80
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2008-04-27 Glenn Morris <rgm@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
* calculator.el (calculator-expt): Replace cl function `oddp'.
2008-04-27 Johan Bockgård <bojohan@gnu.org>

View file

@ -1683,7 +1683,7 @@ This is normally set in local file variables at the end of the elisp file:
(defun byte-compile-file (bytecomp-filename &optional load)
"Compile a file of Lisp code named BYTECOMP-FILENAME into a file of byte code.
The output file's name is generated by passing BYTECOMP-FILENAME to the
`byte-compile-dest-file' function (which see).
function `byte-compile-dest-file' (which see).
With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
The value is non-nil if there were no errors, nil if errors."
;; (interactive "fByte compile file: \nP")