unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56328: [PATCH] Fix grammatical error in `require` docs
@ 2022-06-30 18:24 Brennan Vincent
  2022-07-01  5:33 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Brennan Vincent @ 2022-06-30 18:24 UTC (permalink / raw)
  To: 56328

---
 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56328: [PATCH] Fix grammatical error in `require` docs
  2022-06-30 18:24 bug#56328: [PATCH] Fix grammatical error in `require` docs Brennan Vincent
@ 2022-07-01  5:33 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-07-01  5:33 UTC (permalink / raw)
  To: Brennan Vincent; +Cc: 56328-done

> Date: Thu, 30 Jun 2022 14:24:48 -0400
> From: Brennan Vincent <brennan@umanwizard.com>
> 
> ---
>  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

Thanks, installed on the release branch.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-01  5:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30 18:24 bug#56328: [PATCH] Fix grammatical error in `require` docs Brennan Vincent
2022-07-01  5:33 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).