diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/building.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 6e16588861e..990b82d10ed 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -1513,19 +1513,19 @@ call it, Emacs automatically loads the @code{compile} library first. | |||
| 1513 | In contrast, the command @kbd{M-x recompile} is not autoloaded, so it | 1513 | In contrast, the command @kbd{M-x recompile} is not autoloaded, so it |
| 1514 | is unavailable until you load the @code{compile} library. | 1514 | is unavailable until you load the @code{compile} library. |
| 1515 | 1515 | ||
| 1516 | @vindex help-enable-auto-load | 1516 | @vindex help-enable-autoload |
| 1517 | Automatic loading can also occur when you look up the documentation | 1517 | Automatic loading can also occur when you look up the documentation |
| 1518 | of an autoloaded command (@pxref{Name Help}), if the documentation | 1518 | of an autoloaded command (@pxref{Name Help}), if the documentation |
| 1519 | refers to other functions and variables in its library (loading the | 1519 | refers to other functions and variables in its library (loading the |
| 1520 | library lets Emacs properly set up the hyperlinks in the @file{*Help*} | 1520 | library lets Emacs properly set up the hyperlinks in the @file{*Help*} |
| 1521 | buffer). To disable this feature, change the variable | 1521 | buffer). To disable this feature, change the variable |
| 1522 | @code{help-enable-auto-load} to @code{nil}. | 1522 | @code{help-enable-autoload} to @code{nil}. |
| 1523 | 1523 | ||
| 1524 | @vindex help-enable-completion-auto-load | 1524 | @vindex help-enable-completion-autoload |
| 1525 | Automatic loading also occurs when completing names for | 1525 | Automatic loading also occurs when completing names for |
| 1526 | @code{describe-variable} and @code{describe-function}, based on the | 1526 | @code{describe-variable} and @code{describe-function}, based on the |
| 1527 | prefix being completed. To disable this feature, change the variable | 1527 | prefix being completed. To disable this feature, change the variable |
| 1528 | @code{help-enable-completion-auto-load} to @code{nil}. | 1528 | @code{help-enable-completion-autoload} to @code{nil}. |
| 1529 | 1529 | ||
| 1530 | @vindex load-dangerous-libraries | 1530 | @vindex load-dangerous-libraries |
| 1531 | @cindex Lisp files byte-compiled by XEmacs | 1531 | @cindex Lisp files byte-compiled by XEmacs |