.emacs-my
changeset 1708 e6320b167b77
parent 1707 84c30e639991
child 1709 5946ac9f14c7
--- 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"))