]> git.eshelyaron.com Git - emacs.git/commit
read-multiple-choice: Display "SPC" instead of " "
authorStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 05:47:15 +0000 (06:47 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 16:05:39 +0000 (17:05 +0100)
commit40dcf9c2abd62425e599f30548dc53fa58fe2202
tree66cf9b740b06d5c9317d35b2bbc34e23692f77be
parent1e7786437d3d471bffe48d91a067556f9223e9cf
read-multiple-choice: Display "SPC" instead of " "

* lisp/emacs-lisp/rmc.el (rmc--add-key-description): Improve display
of the keys TAB, RET, SPC, DEL, and ESC.  This fixes a bug where " "
was highlighted in the description in a confusing way.
* test/lisp/emacs-lisp/rmc-tests.el
(test-rmc--add-key-description)
(test-rmc--add-key-description/with-attributes): Update tests for the
above change.
lisp/emacs-lisp/rmc.el
test/lisp/emacs-lisp/rmc-tests.el