diff options
| author | Glenn Morris | 2012-03-02 19:33:41 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-03-02 19:33:41 -0800 |
| commit | 5906db459f2a9dda97c665e28bce1164904cd11b (patch) | |
| tree | 3d0addc4c063dffa6be8bea29af9d2385e45b395 | |
| parent | 520f242512e505cf14017259ee1dc15c53e3933e (diff) | |
| download | emacs-5906db459f2a9dda97c665e28bce1164904cd11b.tar.gz emacs-5906db459f2a9dda97c665e28bce1164904cd11b.zip | |
* doc/lispref/internals.texi (Building Emacs): Typo fix, I think.
| -rw-r--r-- | doc/lispref/internals.texi | 11 |
1 files changed, 5 insertions, 6 deletions
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}. | |||
| 106 | Load the files with @file{site-init.el}, then copy the files into the | 106 | Load the files with @file{site-init.el}, then copy the files into the |
| 107 | installation directory for Lisp files when you install Emacs. | 107 | installation directory for Lisp files when you install Emacs. |
| 108 | 108 | ||
| 109 | @c FIXME the default is non-nil; I don't think this makes sense. | ||
| 110 | @item | 109 | @item |
| 111 | Specify a non-@code{nil} value for | 110 | Specify a @code{nil} value for @code{byte-compile-dynamic-docstrings} |
| 112 | @code{byte-compile-dynamic-docstrings} as a local variable in each of these | 111 | as a local variable in each of these files, and load them with either |
| 113 | files, and load them with either @file{site-load.el} or | 112 | @file{site-load.el} or @file{site-init.el}. (This method has the |
| 114 | @file{site-init.el}. (This method has the drawback that the | 113 | drawback that the documentation strings take up space in Emacs all the |
| 115 | documentation strings take up space in Emacs all the time.) | 114 | time.) |
| 116 | @end itemize | 115 | @end itemize |
| 117 | 116 | ||
| 118 | It is not advisable to put anything in @file{site-load.el} or | 117 | It is not advisable to put anything in @file{site-load.el} or |