]> code.delx.au - gnu-emacs/commit
Treat help strings like other doc strings
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2015 21:55:15 +0000 (14:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2015 21:58:15 +0000 (14:58 -0700)
commit5f5fe275ec54194a9293690ffee3d425026ac14b
treef1c1920af7358b9d5978904328308488af54ec9c
parentd2c4309d46529bac656f332677d2c5e199577845
Treat help strings like other doc strings

* doc/lispref/text.texi (Special Properties), etc/NEWS: Document this.
* lisp/epa.el (epa--select-keys): Remove no-longer-needed calls to
substitute-command-keys.
* src/keyboard.c (show_help_echo, parse_menu_item): Call
substitute-command-keys on the help string before displaying it.
doc/lispref/text.texi
etc/NEWS
lisp/epa.el
src/keyboard.c