From: Glenn Morris Date: Sat, 3 Mar 2012 03:33:41 +0000 (-0800) Subject: * doc/lispref/internals.texi (Building Emacs): Typo fix, I think. X-Git-Tag: emacs-pretest-24.0.05~184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5906db459f2a9dda97c665e28bce1164904cd11b;p=emacs.git * doc/lispref/internals.texi (Building Emacs): Typo fix, I think. --- diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 696b2d998c0..2769b39e5e0 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -106,13 +106,12 @@ and load them with @file{site-load.el}. Load the files with @file{site-init.el}, then copy the files into the installation directory for Lisp files when you install Emacs. -@c FIXME the default is non-nil; I don't think this makes sense. @item -Specify a non-@code{nil} value for -@code{byte-compile-dynamic-docstrings} as a local variable in each of these -files, and load them with either @file{site-load.el} or -@file{site-init.el}. (This method has the drawback that the -documentation strings take up space in Emacs all the time.) +Specify a @code{nil} value for @code{byte-compile-dynamic-docstrings} +as a local variable in each of these files, and load them with either +@file{site-load.el} or @file{site-init.el}. (This method has the +drawback that the documentation strings take up space in Emacs all the +time.) @end itemize It is not advisable to put anything in @file{site-load.el} or