]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/comp.c (Fcomp_el_to_eln_filename): Improve docstring.
authorAndrea Corallo <akrl@sdf.org>
Sun, 21 Mar 2021 20:49:03 +0000 (21:49 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 21 Mar 2021 20:50:22 +0000 (21:50 +0100)
src/comp.c

index 4e2b941b67015b52174c2ea73d83ac5fd8381a8e..5eb7bf2106695b02300df2fe0c42047c2fbf43ca 100644 (file)
@@ -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)
 {