changeset 94392:af09d7729723

(byte-compile-file): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sun, 27 Apr 2008 01:41:14 +0000
parents ce5d820c626f
children fcd0a3bcb06c
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Sun Apr 27 01:28:53 2008 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Sun Apr 27 01:41:14 2008 +0000
@@ -1683,7 +1683,7 @@
 (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")