From: Andrea Corallo Date: Sun, 21 Mar 2021 20:49:03 +0000 (+0100) Subject: ; * src/comp.c (Fcomp_el_to_eln_filename): Improve docstring. X-Git-Tag: emacs-28.0.90~2727^2~56 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ae0a728c02045d274e61cc8c9290e827b0fadb8;p=emacs.git ; * src/comp.c (Fcomp_el_to_eln_filename): Improve docstring. --- diff --git a/src/comp.c b/src/comp.c index 4e2b941b670..5eb7bf21066 100644 --- a/src/comp.c +++ b/src/comp.c @@ -4086,7 +4086,8 @@ DEFUN ("comp-el-to-eln-rel-filename", Fcomp_el_to_eln_rel_filename, DEFUN ("comp-el-to-eln-filename", Fcomp_el_to_eln_filename, Scomp_el_to_eln_filename, 1, 2, 0, - doc: /* Return the corresponding .eln filename for source FILENAME. + doc: /* Return the .eln filename for source FILENAME to used +for new compilations. If BASE-DIR is nil use the first entry in `comp-eln-load-path'. */) (Lisp_Object filename, Lisp_Object base_dir) {