]> git.eshelyaron.com Git - emacs.git/commit
Clarify that load-path contents should be directory file names
authorStephen Leake <stephen_leake@stephe-leake.org>
Mon, 26 Oct 2015 19:38:59 +0000 (14:38 -0500)
committerStephen Leake <stephen_leake@stephe-leake.org>
Mon, 26 Oct 2015 19:40:34 +0000 (14:40 -0500)
commit93dba9c2d7fd511fd7deba2e172cd54a73314d0b
treed426aa5ee5f17f6051961d1bc318042e0c902fb9
parentc9fb8954bc72c9e362f7bf71b3457882887cb182
Clarify that load-path contents should be directory file names

* doc/lispref/files.texi (Directory Names): Define and use "directory
file name". Recommend `expand-file-name'.

* src/lread.c (load-path): Fix doc string; elements are directory file
names.
doc/lispref/files.texi
src/lread.c