]> git.eshelyaron.com Git - emacs.git/commitdiff
native-comp-eln-load-path doc string fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2022 10:54:14 +0000 (12:54 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2022 10:54:28 +0000 (12:54 +0200)
* src/comp.c (syms_of_comp): Fix grammar in doc string.

src/comp.c

index 0c78e60fc43b2c4bb2063a8aaedcd64df53afb12..81d27299fa45117b8f3c074505c17b17d6cbc36a 100644 (file)
@@ -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.