emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 9d35bb8: Fix minor quoting problems in doc stri


From: Paul Eggert
Subject: Re: [Emacs-diffs] master 9d35bb8: Fix minor quoting problems in doc strings
Date: Thu, 21 May 2015 07:44:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Dmitry Gutov wrote:

how would one avoid the automatic replacement, in the cases
when it's ambiguous, like the macroexp-let2 docstring? C-q?

Yes, C-q ` will insert plain grave accent that is not turned into left single quotation mark. Similarly, C-q ' will insert plain apostrophe even after unmatched left single quotation mark. In practice it should be uncommon to type C-q, as almost all current uses of grave accent stand for open quote in doc strings.



reply via email to

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