emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 5ae0a72 2/2: ; * src/comp.c (Fcomp_el_to_eln_filenam


From: Andrea Corallo
Subject: feature/native-comp 5ae0a72 2/2: ; * src/comp.c (Fcomp_el_to_eln_filename): Improve docstring.
Date: Sun, 21 Mar 2021 16:51:20 -0400 (EDT)

branch: feature/native-comp
commit 5ae0a728c02045d274e61cc8c9290e827b0fadb8
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    ; * 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 4e2b941..5eb7bf2 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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]