summaryrefslogtreecommitdiff
path: root/src/comp.c
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-07-02 12:54:14 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-07-02 12:54:28 +0200
commit14d4d63c8c18df9a4333fe19eeb4764030df71a4 (patch)
treea7a155a09529590933802ec00bed0de1cfe6e737 /src/comp.c
parent631b3fbde76040fd3545cc9f18e1b7d13b62ad62 (diff)
downloademacs-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.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. */);
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.