From: Brennan Vincent <brennan@umanwizard.com>
To: 56328@debbugs.gnu.org
Subject: bug#56328: [PATCH] Fix grammatical error in `require` docs
Date: Thu, 30 Jun 2022 14:24:48 -0400 [thread overview]
Message-ID: <c9c8fbe8-83d8-1772-3e6a-72fed9cdeb1f@umanwizard.com> (raw)
---
src/fns.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/fns.c b/src/fns.c
index 7553a09446..f30b2f6fb3 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3073,7 +3073,7 @@ DEFUN ("require", Frequire, Srequire, 1, 3, 0,
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
--
2.34.1
next reply other threads:[~2022-06-30 18:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-30 18:24 Brennan Vincent [this message]
2022-07-01 5:33 ` bug#56328: [PATCH] Fix grammatical error in `require` docs Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c9c8fbe8-83d8-1772-3e6a-72fed9cdeb1f@umanwizard.com \
--to=brennan@umanwizard.com \
--cc=56328@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.