aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 7221d8ecb73..308af6c02cc 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1787,7 +1787,7 @@ will."
1787 ;; Fixme: Is this actually useful? 1787 ;; Fixme: Is this actually useful?
1788 (help-setup-xref (list 'python-describe-symbol symbol) (interactive-p)) 1788 (help-setup-xref (list 'python-describe-symbol symbol) (interactive-p))
1789 (set (make-local-variable 'comint-redirect-subvert-readonly) t) 1789 (set (make-local-variable 'comint-redirect-subvert-readonly) t)
1790 (print-help-return-message)))) 1790 (help-print-return-message))))
1791 (comint-redirect-send-command-to-process (format "emacs.ehelp(%S, %s)" 1791 (comint-redirect-send-command-to-process (format "emacs.ehelp(%S, %s)"
1792 symbol python-imports) 1792 symbol python-imports)
1793 "*Help*" (python-proc) nil nil)) 1793 "*Help*" (python-proc) nil nil))