]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix file name in "Loading Files" doc.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 Jul 2025 21:37:20 +0000 (14:37 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 20:14:29 +0000 (22:14 +0200)
(cherry picked from commit 6a08a9a54d4ff5aafe795c7a079709993c08dff3)

doc/lispintro/emacs-lisp-intro.texi

index ffa3bfb021b9e16468fc05fde825af374a642d9b..a98eed1a21e25e4a1c9cc0c008a3b5d2e2b68518 100644 (file)
@@ -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