diff options
-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 05d9fed4481..97bc6a5f9dc 100644 --- a/src/comp.c +++ b/src/comp.c @@ -4466,7 +4466,7 @@ the latter is supposed to be used by the Emacs build procedure. */) } if (NILP (base_dir)) error ("Cannot find suitable directory for output in " - "`native-comp-eln-load-path'."); + "`comp-native-load-path'."); } if (!file_name_absolute_p (SSDATA (base_dir))) |