From: Paul Eggert Date: Thu, 24 Jul 2025 21:37:20 +0000 (-0700) Subject: ; Fix file name in "Loading Files" doc. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d63342327c9d3e1d92718b7680b755c77218a816;p=emacs.git ; Fix file name in "Loading Files" doc. (cherry picked from commit 6a08a9a54d4ff5aafe795c7a079709993c08dff3) --- 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