diff options
| author | Richard M. Stallman | 2007-11-25 03:50:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-11-25 03:50:05 +0000 |
| commit | 5c63cc6b110b005ffc703e1c68737a01e0500129 (patch) | |
| tree | dc529d4955baff5c692dbb72c4e27c7df6580792 | |
| parent | cc060ff7916412eeebe3dc52adad8e4417708630 (diff) | |
| download | emacs-5c63cc6b110b005ffc703e1c68737a01e0500129.tar.gz emacs-5c63cc6b110b005ffc703e1c68737a01e0500129.zip | |
(Named Features): Minor cleanup.
| -rw-r--r-- | doc/lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index cbea262cc45..06f9b6bc016 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -692,7 +692,7 @@ done. | |||
| 692 | When @code{require} is used at top level in a file, it takes effect | 692 | When @code{require} is used at top level in a file, it takes effect |
| 693 | when you byte-compile that file (@pxref{Byte Compilation}) as well as | 693 | when you byte-compile that file (@pxref{Byte Compilation}) as well as |
| 694 | when you load it. This is in case the required package contains macros | 694 | when you load it. This is in case the required package contains macros |
| 695 | that the byte compiler must know about. It also avoids byte-compiler | 695 | that the byte compiler must know about. It also avoids byte compiler |
| 696 | warnings for functions and variables defined in the file loaded with | 696 | warnings for functions and variables defined in the file loaded with |
| 697 | @code{require}. | 697 | @code{require}. |
| 698 | 698 | ||