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 0708bf7037d..66779acb103 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1658,7 +1658,7 @@ instance. Assumes an inferior Python is running."
1658 1658
1659;;;; Info-look functionality. 1659;;;; Info-look functionality.
1660 1660
1661(declare-function info-lookup-maybe-add-help "../info-look" (&rest arg)) 1661(declare-function info-lookup-maybe-add-help "info-look" (&rest arg))
1662 1662
1663(defun python-after-info-look () 1663(defun python-after-info-look ()
1664 "Set up info-look for Python. 1664 "Set up info-look for Python.