diff options
| author | Lars Ingebrigtsen | 2016-04-30 16:44:06 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-01 19:27:12 +0200 |
| commit | 137868051e5ce4c4ba9cc92caa26fbf968e6f208 (patch) | |
| tree | 9bb251311c5a5c68eaa867088989098c64143fee /src/lread.c | |
| parent | a73de71b848da17719dcbbb9206302c09e0f79b9 (diff) | |
| download | emacs-137868051e5ce4c4ba9cc92caa26fbf968e6f208.tar.gz emacs-137868051e5ce4c4ba9cc92caa26fbf968e6f208.zip | |
Have the doc strings of `load-path' and `require' mention each other
* src/fns.c (Frequire): Mention `load-path' and fill the doc
string (bug#18829).
* src/lread.c (syms_of_lread): Mention that `require' uses
`load-path'.
(cherry picked from commit 3eca9a03816f95da0030665223c0b5262f223ba7)
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c index d374406e7b9..ef58b20070d 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -4508,6 +4508,7 @@ were read in. */); | |||
| 4508 | doc: /* List of directories to search for files to load. | 4508 | doc: /* List of directories to search for files to load. |
| 4509 | Each element is a string (directory file name) or nil (meaning | 4509 | Each element is a string (directory file name) or nil (meaning |
| 4510 | `default-directory'). | 4510 | `default-directory'). |
| 4511 | This list is consulted by the `require' function. | ||
| 4511 | Initialized during startup as described in Info node `(elisp)Library Search'. | 4512 | Initialized during startup as described in Info node `(elisp)Library Search'. |
| 4512 | Use `directory-file-name' when adding items to this path. However, Lisp | 4513 | Use `directory-file-name' when adding items to this path. However, Lisp |
| 4513 | programs that process this list should tolerate directories both with | 4514 | programs that process this list should tolerate directories both with |