diff options
| author | kobarity | 2026-01-31 23:12:05 +0900 |
|---|---|---|
| committer | Eli Zaretskii | 2026-02-07 14:44:27 +0200 |
| commit | 3107c66c844355269c02dd3418e80275a33ed296 (patch) | |
| tree | a270ee0aa10a4305ac43517d0a2cdef943678a64 /lisp/progmodes/python.el | |
| parent | 482748592f61abed6f675e7b62b2d56e4e18a146 (diff) | |
| download | emacs-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.el | 2 |
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 |