Files
emacs/lisp/repeat.el
JD Smith b64e39f1b9 repeat: handle non-character keys with hint strings
When a repeat hint string exists, the hint is formatted using
`read-multiple-choice' formatting.  But `rmc--add-key-description' only
works on characters, not symbols like 'right or 'left.

* lisp/repeat.el (repeat-echo-message-string): check for chars
2026-01-04 18:56:19 -05:00

33 KiB