diff options
| author | Stefan Kangas | 2022-07-02 09:33:51 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-02 09:33:51 +0200 |
| commit | 52c91122eecb0f679de46d539fc85b8e28599fe1 (patch) | |
| tree | 651f2838ae6bb4254ebf9c72e558d660515e8443 /src | |
| parent | 9dc0fdfdc14beb5d19b705b25bf01020df27541b (diff) | |
| parent | 1c3d107cb5367098d592b69d02beedd7aa9ded16 (diff) | |
| download | emacs-52c91122eecb0f679de46d539fc85b8e28599fe1.tar.gz emacs-52c91122eecb0f679de46d539fc85b8e28599fe1.zip | |
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')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3073,7 +3073,7 @@ dynamic module files, in that order; but the function will not try to | |||
| 3073 | load the file without any suffix. See `get-load-suffixes' for the | 3073 | load the file without any suffix. See `get-load-suffixes' for the |
| 3074 | complete list of suffixes. | 3074 | complete list of suffixes. |
| 3075 | 3075 | ||
| 3076 | To find the file, this function searches that directories in `load-path'. | 3076 | To find the file, this function searches the directories in `load-path'. |
| 3077 | 3077 | ||
| 3078 | If the optional third argument NOERROR is non-nil, then, if | 3078 | If the optional third argument NOERROR is non-nil, then, if |
| 3079 | the file is not found, the function returns nil instead of signaling | 3079 | the file is not found, the function returns nil instead of signaling |