emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#56328: closed ([PATCH] Fix grammatical error in `require` docs)


From: GNU bug Tracking System
Subject: bug#56328: closed ([PATCH] Fix grammatical error in `require` docs)
Date: Fri, 01 Jul 2022 05:34:02 +0000

Your message dated Fri, 01 Jul 2022 08:33:37 +0300
with message-id <834k01flce.fsf@gnu.org>
and subject line Re: bug#56328: [PATCH] Fix grammatical error in `require` docs
has caused the debbugs.gnu.org bug report #56328,
regarding [PATCH] Fix grammatical error in `require` docs
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56328: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56328
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Fix grammatical error in `require` docs Date: Thu, 30 Jun 2022 14:24:48 -0400 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1
---
 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#56328: [PATCH] Fix grammatical error in `require` docs Date: Fri, 01 Jul 2022 08:33:37 +0300
> 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.


--- End Message ---

reply via email to

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