From 1d60a25541616b1d9bbf22b21c9749cc108848de Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 12 Aug 2021 16:35:43 +0100 Subject: [PATCH] ; Fix last change. --- lisp/info-look.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))) -- 2.39.5