diff -r 84c30e639991 -r e6320b167b77 .emacs-my --- a/.emacs-my Tue Jan 26 00:38:11 2021 +0200 +++ b/.emacs-my Fri Jan 29 20:41:47 2021 +0200 @@ -3082,7 +3082,7 @@ current-prefix-arg)) (let ( (cmd (cond - ((eq 1 prefix) (concat "type(" symbol ")\n")) + ((eq 1 prefix) (concat "help(type(" symbol "))\n")) ((eq 2 prefix) (concat "repr(" symbol ")\n")) ((eq 3 prefix) (concat "print('\\n'.join(dir(" symbol ")))\n")) ((eq 4 prefix) (concat "vars(" symbol ")\n"))