From 6a08a9a54d4ff5aafe795c7a079709993c08dff3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 24 Jul 2025 14:37:20 -0700 Subject: [PATCH] ; Fix file name in "Loading Files" doc. --- doc/lispintro/emacs-lisp-intro.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index e334faae13c..fe72a4d8d24 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -17502,7 +17502,7 @@ If you load many extensions, as I do, then instead of specifying the exact location of the extension file, as shown above, you can specify that directory as part of Emacs's @code{load-path}. Then, when Emacs loads a file, it will search that directory as well as its default -list of directories. (The default list is specified in @file{paths.h} +list of directories. (The default list is specified in @file{epaths.h} when Emacs is built.) @need 1250