1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix file name in "Loading Files" doc.

This commit is contained in:
Paul Eggert 2025-07-24 14:37:20 -07:00
parent d59fe6dad5
commit 6a08a9a54d

View file

@ -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