mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
; * src/fns.c (Frequire): Fix a typo in the doc string. (Bug#56328)
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
6908309827
commit
7e33618bbc
@ -3112,7 +3112,7 @@ dynamic module files, in that order; but the function will not try to
|
||||
load the file without any suffix. See `get-load-suffixes' for the
|
||||
complete list of suffixes.
|
||||
|
||||
To find the file, this function searches that directories in `load-path'.
|
||||
To find the file, this function searches the directories in `load-path'.
|
||||
|
||||
If the optional third argument NOERROR is non-nil, then, if
|
||||
the file is not found, the function returns nil instead of signaling
|
||||
|
Loading…
Reference in New Issue
Block a user