]> git.eshelyaron.com Git - emacs.git/commit
Add a way to disable substitution of command keys in help strings
authorClément Pit-Claudel <clement.pitclaudel@live.com>
Thu, 17 Oct 2019 01:28:47 +0000 (21:28 -0400)
committerClément Pit-Claudel <clement.pitclaudel@live.com>
Mon, 21 Oct 2019 01:48:38 +0000 (21:48 -0400)
commit435eb82e7b7e8926a3675bac74713e7c6081f7db
tree1bfd9f8f06e8c7b766533fa7ba06937b60d0028d
parent9e15df208c19ca5aafd33a6cf801e7183543480e
Add a way to disable substitution of command keys in help strings

* src/keyboard.c (help_echo_substitute_command_keys): New function.
(help_echo_echo, parse_menu_item): Use it.
(syms_of_keyboard): Define Qhelp_echo_inhibit_substitution.

* doc/lispref/text.texi (Special Properties), etc/NEWS: Document
the effect of 'help-echo-inhibit-substitution'.
doc/lispref/text.texi
etc/NEWS
src/keyboard.c