]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-dynamic): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 28 Sep 1998 13:32:44 +0000 (13:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 28 Sep 1998 13:32:44 +0000 (13:32 +0000)
lisp/emacs-lisp/bytecomp.el

index af8d12b21511ab8e7e4997bb7da093f5f5844011..fa9f94e7ded48a7b3dcd070205079154c3af29a5 100644 (file)
@@ -9,7 +9,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.50 $")
+(defconst byte-compile-version "$Revision: 2.51 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -278,7 +278,8 @@ This includes variable references and calls to functions such as `car'."
 
 (defvar byte-compile-dynamic nil
   "If non-nil, compile function bodies so they load lazily.
-They are hidden comments in the compiled file, and brought into core when the
+They are hidden in comments in the compiled file,
+and each one is brought into core when the
 function is called.
 
 To enable this option, make it a file-local variable