aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorkobarity2026-01-31 23:12:05 +0900
committerEli Zaretskii2026-02-07 14:44:27 +0200
commit3107c66c844355269c02dd3418e80275a33ed296 (patch)
treea270ee0aa10a4305ac43517d0a2cdef943678a64 /lisp/progmodes/python.el
parent482748592f61abed6f675e7b62b2d56e4e18a146 (diff)
downloademacs-3107c66c844355269c02dd3418e80275a33ed296.tar.gz
emacs-3107c66c844355269c02dd3418e80275a33ed296.zip
Change the type of 'python-eldoc-function-timeout' to number
* etc/NEWS: Announce the change. * lisp/progmodes/python.el (python-eldoc-function-timeout): Change the type. (Bug#80045)
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 39ec97e1b86..2a3035c95c5 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -5842,7 +5842,7 @@ Set to nil by `python-eldoc-function' if
5842 5842
5843(defcustom python-eldoc-function-timeout 1 5843(defcustom python-eldoc-function-timeout 1
5844 "Timeout for `python-eldoc-function' in seconds." 5844 "Timeout for `python-eldoc-function' in seconds."
5845 :type 'integer 5845 :type 'number
5846 :version "25.1") 5846 :version "25.1")
5847 5847
5848(defcustom python-eldoc-function-timeout-permanent t 5848(defcustom python-eldoc-function-timeout-permanent t