From d63342327c9d3e1d92718b7680b755c77218a816 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. (cherry picked from commit 6a08a9a54d4ff5aafe795c7a079709993c08dff3) --- 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 ffa3bfb021b..a98eed1a21e 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -17500,7 +17500,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 -- 2.39.5