]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-dynamic-docstrings): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 18 May 1995 20:04:09 +0000 (20:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 18 May 1995 20:04:09 +0000 (20:04 +0000)
lisp/emacs-lisp/bytecomp.el

index b368f40e3bf5ca0d14097ca2dc07574a301edaf1..ea3ceb4ed814bee780388b78e1c6824b733e35b1 100644 (file)
@@ -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