aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrennan Vincent2022-06-30 14:24:48 -0400
committerEli Zaretskii2022-07-01 08:32:13 +0300
commit7e33618bbc07b65c36744db8e7ef219d2d942456 (patch)
treed3051718e8ff1f6c26daa941b7daae2eb7b912de /src
parent6908309827c573288a029b74aa999adc057958be (diff)
downloademacs-7e33618bbc07b65c36744db8e7ef219d2d942456.tar.gz
emacs-7e33618bbc07b65c36744db8e7ef219d2d942456.zip
; * src/fns.c (Frequire): Fix a typo in the doc string. (Bug#56328)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'src')
-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
3112load the file without any suffix. See `get-load-suffixes' for the 3112load the file without any suffix. See `get-load-suffixes' for the
3113complete list of suffixes. 3113complete list of suffixes.
3114 3114
3115To find the file, this function searches that directories in `load-path'. 3115To find the file, this function searches the directories in `load-path'.
3116 3116
3117If the optional third argument NOERROR is non-nil, then, if 3117If the optional third argument NOERROR is non-nil, then, if
3118the file is not found, the function returns nil instead of signaling 3118the file is not found, the function returns nil instead of signaling