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

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

Re: Emacs 29.0.50: compiler warns of unescaped single quotes


From: Lars Ingebrigtsen
Subject: Re: Emacs 29.0.50: compiler warns of unescaped single quotes
Date: Thu, 02 Jun 2022 11:18:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> (defvar foo-bar nil
>   "'a', 'b', 'c','d', 'e', 'f'")
>
> Byte-compiling with the above code in buffer, Emacs says:
>
> Warning: defvar `foo-bar' docstring has wrong usage of unescaped
>     single quotes (use \= or different quoting)
>
> Not sure what I should change.

'a' to `a' (etc) or something else.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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