* lisp/emacs-lisp/comp.el (comp-eln-load-path-eff): Improve docstring.
* src/comp.c (comp-eln-load-path): Likewise.
(defun comp-eln-load-path-eff ()
"Return a list of effective eln load directories.
-Account for `comp-load-path' and `comp-native-version-dir'."
+Account for `comp-eln-load-path' and `comp-native-version-dir'."
(mapcar (lambda (dir)
(expand-file-name comp-native-version-dir
(file-name-as-directory
If a directory is non absolute is assumed to be relative to
`invocation-directory'.
+`comp-native-version-dir' value is used as a sub-folder name inside
+each eln cache directory.
The last directory of this list is assumed to be the system one. */);
/* Temporary value in use for bootstrap. We can't do better as