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

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

bug#32149: 27.0.50; [elisp manual] Incorrect quoting in "Syntax Table Fu


From: Filipp Gunbin
Subject: bug#32149: 27.0.50; [elisp manual] Incorrect quoting in "Syntax Table Functions"
Date: Fri, 13 Jul 2018 23:39:28 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (darwin)

tags 32149 notabug
close 32149
quit

On 13/07/2018 22:34 +0300, Eli Zaretskii wrote:

>> From: Filipp Gunbin <fgunbin@fastmail.fm>
>> Date: Fri, 13 Jul 2018 22:20:00 +0300
>>
>>      The following examples apply to C mode.  (We use ‘string’ to make
>>      it easier to see the character returned by ‘char-syntax’.)
>>
>>           ;; Space characters have whitespace syntax class.
>>           (string (char-syntax ?\s))
>>                ⇒ " "
>> [..]
>>
>> I guess that ‘string’ should be "string".
>
> Why do you think so?  How is the use of "string" in the example
> different from "char-syntax", about which you didn't complain?

Oops, sorry!  I thought that was an example of quoting used below, now I
realize it's a function name :-)





reply via email to

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