From f279aaab80f7628e1e64a1ea0f9f28de203b8aed Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 27 Apr 2008 01:41:46 +0000 Subject: [PATCH] (byte-compile-file): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/emacs-lisp/bytecomp.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11b7537bcd6..63e7dedc069 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-04-27 Glenn Morris + * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix. + * calculator.el (calculator-expt): Replace cl function `oddp'. 2008-04-27 Johan Bockgård diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 0249c0dc78c..49271971f83 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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") -- 2.39.2