emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 7e33618bbc: ; * src/fns.c (Frequire): Fix a typo in the doc str


From: Eli Zaretskii
Subject: emacs-28 7e33618bbc: ; * src/fns.c (Frequire): Fix a typo in the doc string. (Bug#56328)
Date: Fri, 1 Jul 2022 01:32:47 -0400 (EDT)

branch: emacs-28
commit 7e33618bbc07b65c36744db8e7ef219d2d942456
Author: Brennan Vincent <brennan@umanwizard.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/fns.c (Frequire): Fix a typo in the doc string.  (Bug#56328)
    
    Copyright-paperwork-exempt: yes
---
 src/fns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fns.c b/src/fns.c
index 65dc3b61f2..b2b209e1e8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]