diff options
| author | Andrea Corallo | 2021-04-04 20:54:55 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2021-04-04 22:51:24 +0200 |
| commit | 9333bc48638127899dddc7796afd2df80441f494 (patch) | |
| tree | 2ebb5e02de19aeef22dc4a87aa0602c260d8ad80 /src/comp.c | |
| parent | 1ad0ecea2bbdfad9b543315a0ab28abcbfb1272f (diff) | |
| download | emacs-9333bc48638127899dddc7796afd2df80441f494.tar.gz emacs-9333bc48638127899dddc7796afd2df80441f494.zip | |
* src/comp.c (Fcomp_el_to_eln_filename): Fix doc.
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index 9bad9b9667f..c167aaa9444 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -4088,7 +4088,8 @@ DEFUN ("comp-el-to-eln-filename", Fcomp_el_to_eln_filename, | |||
| 4088 | Scomp_el_to_eln_filename, 1, 2, 0, | 4088 | Scomp_el_to_eln_filename, 1, 2, 0, |
| 4089 | doc: /* Return the .eln filename for source FILENAME to used | 4089 | doc: /* Return the .eln filename for source FILENAME to used |
| 4090 | for new compilations. | 4090 | for new compilations. |
| 4091 | If BASE-DIR is nil use the first entry in `comp-eln-load-path'. */) | 4091 | If BASE-DIR is non-nil use it as a base directory, look for a suitable |
| 4092 | directory in `comp-eln-load-path' otherwise. */) | ||
| 4092 | (Lisp_Object filename, Lisp_Object base_dir) | 4093 | (Lisp_Object filename, Lisp_Object base_dir) |
| 4093 | { | 4094 | { |
| 4094 | Lisp_Object source_filename = filename; | 4095 | Lisp_Object source_filename = filename; |