diff options
Diffstat (limited to 'doc/lispref/compile.texi')
-rw-r--r-- | doc/lispref/compile.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index c1e0706bb43..1ed06181e39 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -290,10 +290,10 @@ is by adding this string to the file's first line: -*-byte-compile-dynamic-docstrings: nil;-*- @end example -@defvar byte-compile-dynamic-docstrings +@defopt byte-compile-dynamic-docstrings If this is non-@code{nil}, the byte compiler generates compiled files that are set up for dynamic loading of documentation strings. -@end defvar +@end defopt @node Dynamic Loading @section Dynamic Loading of Individual Functions |