emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32546: closed (26.1: checkdoc uses smart quotes)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32546: closed (26.1: checkdoc uses smart quotes)
Date: Mon, 27 Aug 2018 22:47:02 +0000

Your message dated Mon, 27 Aug 2018 18:46:06 -0400
with message-id <address@hidden>
and subject line Re: bug#32546: 26.1: checkdoc uses smart quotes
has caused the debbugs.gnu.org bug report #32546,
regarding 26.1: checkdoc uses smart quotes
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32546: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32546
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1: checkdoc uses smart quotes Date: Mon, 27 Aug 2018 17:03:50 -0500 User-agent: mu4e 1.0; emacs 26.1
>From emacs -Q, write:

(defun foo ()
  "A major-mode."
  (+ 1 1))

and do M-x checkdoc. It'll complain about major-mode needing to be
quoted. Hit "f" and you get:

(defun foo ()
  "A ‘major-mode’."
  (+ 1 1))

instead of

(defun foo ()
  "A `major-mode'."
  (+ 1 1))

I know that docstrings you see via e.g. C-h f use "smart" quotes now,
but I found it surprising that they're getting put into docstrings
themselves.

Thanks,
Alex



--- End Message ---
--- Begin Message --- Subject: Re: bug#32546: 26.1: checkdoc uses smart quotes Date: Mon, 27 Aug 2018 18:46:06 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 26.2

Thanks, fixed in d0d162c on emacs-26 branch.


--- End Message ---

reply via email to

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