summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-02 09:33:51 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-02 09:33:51 +0200
commit52c91122eecb0f679de46d539fc85b8e28599fe1 (patch)
tree651f2838ae6bb4254ebf9c72e558d660515e8443 /src/fns.c
parent9dc0fdfdc14beb5d19b705b25bf01020df27541b (diff)
parent1c3d107cb5367098d592b69d02beedd7aa9ded16 (diff)
downloademacs-52c91122eecb0f679de46d539fc85b8e28599fe1.tar.gz
Merge from origin/emacs-28
1c3d107cb5 Fix "C-u C-x =" for SPC 7e33618bbc ; * src/fns.c (Frequire): Fix a typo in the doc string. (... 6908309827 Doc fixes: don't refer to some obsolete items dc3cb749f3 Remove obsolete cust-print from elisp index 9ffbbddf8e * admin/make-tarball.txt: Minor clarifications. f5421104e9 Fix external image conversion on MS-Windows 6f22631a63 * doc/emacs/buffers.texi (Indirect Buffers): Mention modif... # Conflicts: # doc/emacs/buffers.texi # lisp/emacs-lisp/nadvice.el # lisp/image/image-converter.el
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 7553a094468..f30b2f6fb3c 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3073,7 +3073,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