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

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

Emacs 29.0.50: compiler warns of unescaped single quotes


From: Andreas Röhler
Subject: Emacs 29.0.50: compiler warns of unescaped single quotes
Date: Thu, 2 Jun 2022 10:57:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

(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.

Thanks,

Andreas


reply via email to

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