maps s-. to M-.. Now if you call helpful-key and type s-., helpful reports an error. Seems that helpful assumes the stuff key-binding reports must be a symbol. This is what describe-key returns:
s-. runs the command [134217774] (found in global-map), which is a
keyboard macro.
It is bound to s-..
Macro: M-.
Keyboard macro.
[back]
maps
s-.
toM-.
. Now if you callhelpful-key
and types-.
, helpful reports an error. Seems that helpful assumes the stuffkey-binding
reports must be a symbol. This is whatdescribe-key
returns: