]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve two native compiler related docstrings.
authorAndrea Corallo <akrl@sdf.org>
Wed, 24 Mar 2021 15:59:52 +0000 (16:59 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 24 Mar 2021 16:02:40 +0000 (17:02 +0100)
* lisp/emacs-lisp/comp.el (comp-eln-load-path-eff): Improve docstring.
* src/comp.c (comp-eln-load-path): Likewise.

lisp/emacs-lisp/comp.el
src/comp.c

index 90e127d63232add9a532821c82b7da9e011ef3f3..0597837ebd03aae8701d1044bf5d1a4243e2a89b 100644 (file)
@@ -3692,7 +3692,7 @@ Prepare every function for final compilation and drive the C back-end."
 
 (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
index 5eb7bf2106695b02300df2fe0c42047c2fbf43ca..857f798a8d8418cdd0bdded341f7a30646b1c747 100644 (file)
@@ -5354,6 +5354,8 @@ For internal use.  */);
 
 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