mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
* src/comp.c (Fcomp_el_to_eln_filename): Fix doc.
This commit is contained in:
parent
1ad0ecea2b
commit
9333bc4863
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue