diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-07-02 12:54:14 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-07-02 12:54:28 +0200 |
commit | 14d4d63c8c18df9a4333fe19eeb4764030df71a4 (patch) | |
tree | a7a155a09529590933802ec00bed0de1cfe6e737 /src/comp.c | |
parent | 631b3fbde76040fd3545cc9f18e1b7d13b62ad62 (diff) | |
download | emacs-14d4d63c8c18df9a4333fe19eeb4764030df71a4.tar.gz emacs-14d4d63c8c18df9a4333fe19eeb4764030df71a4.tar.bz2 emacs-14d4d63c8c18df9a4333fe19eeb4764030df71a4.zip |
native-comp-eln-load-path doc string fix
* src/comp.c (syms_of_comp): Fix grammar in doc string.
Diffstat (limited to 'src/comp.c')
-rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index 0c78e60fc43..81d27299fa4 100644 --- a/src/comp.c +++ b/src/comp.c @@ -5781,7 +5781,7 @@ For internal use. */); DEFVAR_LISP ("native-comp-eln-load-path", Vnative_comp_eln_load_path, doc: /* List of eln cache directories. -If a directory is non absolute is assumed to be relative to +If a directory is non absolute it is assumed to be relative to `invocation-directory'. `comp-native-version-dir' value is used as a sub-folder name inside each eln cache directory. |