summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorBrennan Vincent <brennan@umanwizard.com>2022-06-30 14:24:48 -0400
committerEli Zaretskii <eliz@gnu.org>2022-07-01 08:32:13 +0300
commit7e33618bbc07b65c36744db8e7ef219d2d942456 (patch)
treed3051718e8ff1f6c26daa941b7daae2eb7b912de /src/fns.c
parent6908309827c573288a029b74aa999adc057958be (diff)
downloademacs-7e33618bbc07b65c36744db8e7ef219d2d942456.tar.gz
; * src/fns.c (Frequire): Fix a typo in the doc string. (Bug#56328)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 65dc3b61f2b..b2b209e1e8a 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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