* Emacs 29.0.50: fancy quote compiler warning
@ 2022-05-27 9:42 Andreas Röhler
2022-05-27 9:51 ` Tassilo Horn
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Röhler @ 2022-05-27 9:42 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
having something quoted in a docstring like below
(defun foo ()
"Some ‘quote’")
compiler now sends:
Warning: docstring has wrong usage of "fancy" single quotation marks
GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 2.24.32,
cairo version 1.16.0) of 2022-05-26
Any suggestions?
Thanks,
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Emacs 29.0.50: fancy quote compiler warning
2022-05-27 9:42 Emacs 29.0.50: fancy quote compiler warning Andreas Röhler
@ 2022-05-27 9:51 ` Tassilo Horn
0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2022-05-27 9:51 UTC (permalink / raw)
To: Andreas Röhler; +Cc: help-gnu-emacs
Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
> having something quoted in a docstring like below
>
> (defun foo ()
> "Some ‘quote’")
>
>
> compiler now sends:
>
> Warning: docstring has wrong usage of "fancy" single quotation marks
Use `quote' as before. Those will be converted as "fancy" quotation
marks when the docs are displayed.
Bye,
Tassilo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-27 9:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-27 9:42 Emacs 29.0.50: fancy quote compiler warning Andreas Röhler
2022-05-27 9:51 ` Tassilo Horn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).