diff options
| author | Brennan Vincent | 2022-06-30 14:24:48 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2022-07-01 08:32:13 +0300 |
| commit | 7e33618bbc07b65c36744db8e7ef219d2d942456 (patch) | |
| tree | d3051718e8ff1f6c26daa941b7daae2eb7b912de /src | |
| parent | 6908309827c573288a029b74aa999adc057958be (diff) | |
| download | emacs-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3112,7 +3112,7 @@ dynamic module files, in that order; but the function will not try to | |||
| 3112 | load the file without any suffix. See `get-load-suffixes' for the | 3112 | load the file without any suffix. See `get-load-suffixes' for the |
| 3113 | complete list of suffixes. | 3113 | complete list of suffixes. |
| 3114 | 3114 | ||
| 3115 | To find the file, this function searches that directories in `load-path'. | 3115 | To find the file, this function searches the directories in `load-path'. |
| 3116 | 3116 | ||
| 3117 | If the optional third argument NOERROR is non-nil, then, if | 3117 | If the optional third argument NOERROR is non-nil, then, if |
| 3118 | the file is not found, the function returns nil instead of signaling | 3118 | the file is not found, the function returns nil instead of signaling |