aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-05-18 20:04:09 +0000
committerKarl Heuer1995-05-18 20:04:09 +0000
commit1c660f5ab93f3ff5e49d2f5d7830c83f76310a74 (patch)
treed7e51eb92ab1b3c3cab48416cb8c69f43f6972be
parent9a0341b21a63d2c8be95d6f3b22588aaabdb84ea (diff)
downloademacs-1c660f5ab93f3ff5e49d2f5d7830c83f76310a74.tar.gz
emacs-1c660f5ab93f3ff5e49d2f5d7830c83f76310a74.zip
(byte-compile-dynamic-docstrings): Doc fix.
-rw-r--r--lisp/emacs-lisp/bytecomp.el5
1 files changed, 5 insertions, 0 deletions
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.
268When this option is true, if you load the compiled file and then move it, 268When this option is true, if you load the compiled file and then move it,
269you won't be able to find the documentation of anything in that file. 269you won't be able to find the documentation of anything in that file.
270 270
271To disable this option for a certain file, make it a file-local variable
272in the source file. For example, add this to the first line:
273 -*-byte-compile-dynamic-docstrings:nil;-*-
274You can also set the variable globally.
275
271This option is enabled by default because it reduces Emacs memory usage.") 276This option is enabled by default because it reduces Emacs memory usage.")
272 277
273(defvar byte-optimize-log nil 278(defvar byte-optimize-log nil