|
From: | Kaushal Modi |
Subject: | Re: [O] [PATCH] Fix the single quote printed in the message printed by org-table-edit-formulas |
Date: | Thu, 10 Mar 2016 11:41:13 -0500 |
Kaushal Modi <address@hidden> writes:
[...]
> - (message
> + (message "%s"
> (substitute-command-keys "\\<org-mode-map>\
> Edit formulas, finish with `\\[org-ctrl-c-ctrl-c]' or
> `\\[org-edit-special]'. \
> See menu for more commands.")))))
There are a few other places in Org that call
"(message (substitute-command-keys ...))". I'd prefer this patch to
take of them all in one go.
--
Kyle
[Prev in Thread] | Current Thread | [Next in Thread] |