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: Eli Zaretskii
Subject: bug#32149: 27.0.50; [elisp manual] Incorrect quoting in "Syntax Table Functions"
Date: Fri, 13 Jul 2018 22:34:26 +0300

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





reply via email to

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