diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-08-12 16:35:43 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-08-12 16:35:43 +0100 |
commit | 1d60a25541616b1d9bbf22b21c9749cc108848de (patch) | |
tree | 1ca305eb0fb3265b878a407f8a0d43302b32fc88 /lisp/info-look.el | |
parent | 4e4b76b094105d704933a94c95c2d4c0af6549b9 (diff) | |
download | emacs-1d60a25541616b1d9bbf22b21c9749cc108848de.tar.gz emacs-1d60a25541616b1d9bbf22b21c9749cc108848de.tar.bz2 emacs-1d60a25541616b1d9bbf22b21c9749cc108848de.zip |
; Fix last change.
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")))) |