# HG changeset patch # User Richard M. Stallman # Date 906989564 0 # Node ID 8cc9aa86ee9d683df55b71b7655ed05095631211 # Parent d29b6b51866f8186d00a2ba41b15516b3be47082 (byte-compile-dynamic): Doc fix. diff -r d29b6b51866f -r 8cc9aa86ee9d lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Mon Sep 28 13:31:53 1998 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Mon Sep 28 13:32:44 1998 +0000 @@ -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 @@ (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