From 5ae0a728c02045d274e61cc8c9290e827b0fadb8 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 21 Mar 2021 21:49:03 +0100 Subject: [PATCH] ; * src/comp.c (Fcomp_el_to_eln_filename): Improve docstring. --- src/comp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.39.5