]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-file): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 27 Apr 2008 01:41:46 +0000 (01:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 27 Apr 2008 01:41:46 +0000 (01:41 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 11b7537bcd6249eaab4234815eafc64a4ed50a1d..63e7dedc0697a013073733e4b7aa06a3ce271b92 100644 (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>
index 0249c0dc78cc9087fe422e8b84bd0482cc176bbb..49271971f830b75e71765ccf0abcce05057aa600 100644 (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")