[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 29.0.50: compiler warns of unescaped single quotes
From: |
Michael Heerdegen |
Subject: |
Re: Emacs 29.0.50: compiler warns of unescaped single quotes |
Date: |
Thu, 02 Jun 2022 11:09:00 +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)
>
Does reading (info "(elisp) Keys in Documentation") answer your
question?
Michael.