diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 4039a4f4a43..04cc07a2eb4 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1656,7 +1656,7 @@ instance. Assumes an inferior Python is running." | |||
| 1656 | 1656 | ||
| 1657 | ;;;; Info-look functionality. | 1657 | ;;;; Info-look functionality. |
| 1658 | 1658 | ||
| 1659 | (declare-function info-lookup-maybe-add-help "info-look" (&rest arg)) | 1659 | (declare-function info-lookup-maybe-add-help "../info-look" (&rest arg)) |
| 1660 | 1660 | ||
| 1661 | (defun python-after-info-look () | 1661 | (defun python-after-info-look () |
| 1662 | "Set up info-look for Python. | 1662 | "Set up info-look for Python. |