]> code.delx.au - gnu-emacs/commit
Have the doc strings of `load-path' and `require' mention each other
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 14:44:06 +0000 (16:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 1 May 2016 17:27:12 +0000 (19:27 +0200)
commit137868051e5ce4c4ba9cc92caa26fbf968e6f208
tree9bb251311c5a5c68eaa867088989098c64143fee
parenta73de71b848da17719dcbbb9206302c09e0f79b9
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)
src/fns.c
src/lread.c