]> git.eshelyaron.com Git - emacs.git/commit
Don't show char name for multi-char translations
authorRobert Pluim <rpluim@gmail.com>
Mon, 24 Jun 2024 12:33:30 +0000 (14:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Jun 2024 13:31:10 +0000 (15:31 +0200)
commit9cfad306b6127808c0eb76503b436b13fc023f4c
tree8bdbde697df4a31f20b406d4f6bfb97612bd5778
parentf34c45d647056ed2b51b44c7ab2ec4a514e747c5
Don't show char name for multi-char translations

I forgot about shift-translation when implementing this originally, so
this code was being triggered for things like 'C-S-<up>'.

* lisp/help.el (help-key-description): Check if the translation result
is a single char.

(Bug#71411)

(cherry picked from commit 96e27c2ecf9914cbb9d2e0824adf501082f88ef6)
lisp/help.el