# HG changeset patch # User Oleksandr Gavenko # Date 1610925450 -7200 # Node ID d5d0c845e7adb4cea8a4d6adcdb49de4bde2732d # Parent 003cda885eeb7cca821d81755573059da7f9b903 Shortened name for pydoc buffer. diff -r 003cda885eeb -r d5d0c845e7ad .emacs-my --- a/.emacs-my Mon Jan 18 01:12:09 2021 +0200 +++ b/.emacs-my Mon Jan 18 01:17:30 2021 +0200 @@ -3074,7 +3074,7 @@ (interactive (list (python-info-current-symbol) (python-shell-get-process))) (let ( (cmd (concat "help('" symbol "')\n")) ) - (switch-to-buffer (get-buffer-create (format "*Python-doc: %s*" symbol))) + (switch-to-buffer (get-buffer-create (format "*pydoc: %s*" symbol))) (fundamental-mode) (read-only-mode -1) (buffer-disable-undo)