diff options
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r-- | lisp/info-look.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el index 72db4f0c4af..19c5537e74f 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -902,7 +902,7 @@ Return nil if there is nothing appropriate in the buffer near point." (info-lookup-maybe-add-help :mode 'python-mode - :doc-spec `((,(if (Info-find-file "(python3.9)Index" t) + :doc-spec `((,(if (Info-find-file "python3.9" t) "(python3.9)Index" "(python)Index")))) |