emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 9333bc4 3/4: * src/comp.c (Fcomp_el_to_eln_filename)


From: Andrea Corallo
Subject: feature/native-comp 9333bc4 3/4: * src/comp.c (Fcomp_el_to_eln_filename): Fix doc.
Date: Sun, 4 Apr 2021 16:52:39 -0400 (EDT)

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

    * src/comp.c (Fcomp_el_to_eln_filename): Fix doc.
---
 src/comp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 9bad9b9..c167aaa 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4088,7 +4088,8 @@ DEFUN ("comp-el-to-eln-filename", 
Fcomp_el_to_eln_filename,
        Scomp_el_to_eln_filename, 1, 2, 0,
        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'.  */)
+If BASE-DIR is non-nil use it as a base directory, look for a suitable
+directory in `comp-eln-load-path' otherwise.  */)
   (Lisp_Object filename, Lisp_Object base_dir)
 {
   Lisp_Object source_filename = filename;



reply via email to

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