aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-07-02 12:54:14 +0200
committerLars Ingebrigtsen2022-07-02 12:54:28 +0200
commit14d4d63c8c18df9a4333fe19eeb4764030df71a4 (patch)
treea7a155a09529590933802ec00bed0de1cfe6e737 /src/comp.c
parent631b3fbde76040fd3545cc9f18e1b7d13b62ad62 (diff)
downloademacs-14d4d63c8c18df9a4333fe19eeb4764030df71a4.tar.gz
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.c2
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. */);
5781 DEFVAR_LISP ("native-comp-eln-load-path", Vnative_comp_eln_load_path, 5781 DEFVAR_LISP ("native-comp-eln-load-path", Vnative_comp_eln_load_path,
5782 doc: /* List of eln cache directories. 5782 doc: /* List of eln cache directories.
5783 5783
5784If a directory is non absolute is assumed to be relative to 5784If a directory is non absolute it is assumed to be relative to
5785`invocation-directory'. 5785`invocation-directory'.
5786`comp-native-version-dir' value is used as a sub-folder name inside 5786`comp-native-version-dir' value is used as a sub-folder name inside
5787each eln cache directory. 5787each eln cache directory.