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

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

bug#42591: closed (A minor error in the Elisp manual)


From: GNU bug Tracking System
Subject: bug#42591: closed (A minor error in the Elisp manual)
Date: Wed, 29 Jul 2020 10:44:02 +0000

Your message dated Wed, 29 Jul 2020 12:43:06 +0200
with message-id 
<CADwFkmn1hMaH0AYD10oU8-OJ9=vckisVVHho0bAdNBef5ZDgwQ@mail.gmail.com>
and subject line Re: bug#42591: A minor error in the Elisp manual
has caused the debbugs.gnu.org bug report #42591,
regarding A minor error in the Elisp manual
to be marked as done.

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


-- 
42591: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42591
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: A minor error in the Elisp manual Date: Tue, 28 Jul 2020 20:45:28 -0500 User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

In the Elisp manual in section 9.2 Defining Symbols, the first sentence in the third paragraph says:

In principle, you can assign a variable value to any symbol with setq, whether not it has first been defined as a variable.

I believe that the word 'or' is missing between the words 'whether' and 'not', and that the sentence should read:

In principle, you can assign a variable value to any symbol with setq, whether or not it has first been defined as a variable.

Sincerely,
J C Bingham
   - Georgetown, TX USA -
___________________________


Virus-free. www.avast.com

--- End Message ---
--- Begin Message --- Subject: Re: bug#42591: A minor error in the Elisp manual Date: Wed, 29 Jul 2020 12:43:06 +0200
Jay Bingham <binghamjc@msn.com> writes:

> In the Elisp manual in section 9.2 Defining Symbols, the first sentence in 
> the third paragraph says:
>
> In principle, you can assign a variable value to any symbol with setq, 
> whether not it has first been defined as a variable.
>
> I believe that the word 'or' is missing between the words 'whether' and 
> 'not', and that the sentence should read:
>
> In principle, you can assign a variable value to any symbol with setq, 
> whether or not it has first been defined as a variable.

Thanks, now fixed on the emacs-27 branch.

Best regards,
Stefan Kangas


--- End Message ---

reply via email to

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