diff options
author | Andrea Corallo <akrl@sdf.org> | 2021-03-24 16:59:52 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2021-03-24 17:02:40 +0100 |
commit | 92914ade6d3c74ab0a1a7b3820e4707fb0679977 (patch) | |
tree | 0a3a9201043768965fc7b5aafb5b53128ebd61d4 /lisp/emacs-lisp/comp.el | |
parent | 4a3b43f55cfa96f5dd42e360eb4577750e97dbf0 (diff) | |
download | emacs-92914ade6d3c74ab0a1a7b3820e4707fb0679977.tar.gz emacs-92914ade6d3c74ab0a1a7b3820e4707fb0679977.tar.bz2 emacs-92914ade6d3c74ab0a1a7b3820e4707fb0679977.zip |
Improve two native compiler related docstrings.
* lisp/emacs-lisp/comp.el (comp-eln-load-path-eff): Improve docstring.
* src/comp.c (comp-eln-load-path): Likewise.
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 90e127d6323..0597837ebd0 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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 |