# HG changeset patch # User Karl Heuer # Date 800827449 0 # Node ID 1a50b9d542ce9d0bf27de5462ddbb4d8c7dedf8b # Parent c5cf8807738b79fa1de6b36f7155a2b0f73606a7 (byte-compile-dynamic-docstrings): Doc fix. diff -r c5cf8807738b -r 1a50b9d542ce lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Thu May 18 19:57:15 1995 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu May 18 20:04:09 1995 +0000 @@ -268,6 +268,11 @@ 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