]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change.
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 12 Aug 2021 15:35:43 +0000 (16:35 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 12 Aug 2021 15:35:43 +0000 (16:35 +0100)
lisp/info-look.el

index 72db4f0c4afe78ce69e4451da9545698e1125451..19c5537e74fbe34d91756eef4d8b0b8cd7cc3251 100644 (file)
@@ -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"))))