changeset 11848:1a50b9d542ce

(byte-compile-dynamic-docstrings): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 18 May 1995 20:04:09 +0000
parents c5cf8807738b
children 8d6752fefce7
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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