emacs-devel
[Top][All Lists]
Advanced

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

Re: Useful Or spurious: New byte-compiler warnings


From: Lars Ingebrigtsen
Subject: Re: Useful Or spurious: New byte-compiler warnings
Date: Tue, 31 May 2022 17:48:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

"T.V Raman" <raman@google.com> writes:

> I recently started getting warnings of the form:
>
> emacspeak-speak.el:2267:2: Warning: docstring has wrong usage of
> unescaped single quotes (use \= or different quoting)
>
> Is this truly useful -- or is it spurious and therefore an annoyance
> -- I just can tell.

It's to warn about things like

    (setq foo '(1 2 3))

in doc strings which turns into invalid code when displayed in *Help*.

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