From: Karl Heuer Date: Thu, 18 May 1995 20:04:09 +0000 (+0000) Subject: (byte-compile-dynamic-docstrings): Doc fix. X-Git-Tag: emacs-19.34~4010 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c660f5ab93f3ff5e49d2f5d7830c83f76310a74;p=emacs.git (byte-compile-dynamic-docstrings): Doc fix. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index b368f40e3bf..ea3ceb4ed81 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -268,6 +268,11 @@ are actually needed. When this option is true, if you load the compiled file and then move it, you won't be able to find the documentation of anything in that file. +To disable this option for a certain file, make it a file-local variable +in the source file. For example, add this to the first line: + -*-byte-compile-dynamic-docstrings:nil;-*- +You can also set the variable globally. + This option is enabled by default because it reduces Emacs memory usage.") (defvar byte-optimize-log nil