aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 16:44:06 +0200
committerLars Ingebrigtsen2016-05-01 19:27:12 +0200
commit137868051e5ce4c4ba9cc92caa26fbf968e6f208 (patch)
tree9bb251311c5a5c68eaa867088989098c64143fee /src/lread.c
parenta73de71b848da17719dcbbb9206302c09e0f79b9 (diff)
downloademacs-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.c1
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.
4509Each element is a string (directory file name) or nil (meaning 4509Each element is a string (directory file name) or nil (meaning
4510`default-directory'). 4510`default-directory').
4511This list is consulted by the `require' function.
4511Initialized during startup as described in Info node `(elisp)Library Search'. 4512Initialized during startup as described in Info node `(elisp)Library Search'.
4512Use `directory-file-name' when adding items to this path. However, Lisp 4513Use `directory-file-name' when adding items to this path. However, Lisp
4513programs that process this list should tolerate directories both with 4514programs that process this list should tolerate directories both with