summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index ec5d8c55512..ae5aff351c0 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -4415,7 +4415,7 @@ returns will be used. If not FORCE-PROCESS is passed what
(defvar-local python-eldoc-get-doc t
"Non-nil means eldoc should fetch the documentation
- automatically. Set to nil by `python-eldoc-function' if
+ automatically. Set to nil by `python-eldoc-function' if
`python-eldoc-function-timeout-permanent' is non-nil and
`python-eldoc-function' times out.")
@@ -4427,7 +4427,7 @@ returns will be used. If not FORCE-PROCESS is passed what
(defcustom python-eldoc-function-timeout-permanent t
"Non-nil means that when `python-eldoc-function' times out
-`python-eldoc-get-doc' will be set to nil"
+`python-eldoc-get-doc' will be set to nil."
:group 'python
:type 'boolean
:version "25.1")
@@ -4445,7 +4445,7 @@ function returns then if
longer return the documentation at the point automatically.
Set `python-eldoc-get-doc' to t to reenable eldoc documentation
-fetching"
+fetching."
(when python-eldoc-get-doc
(with-timeout (python-eldoc-function-timeout
(if python-eldoc-function-timeout-permanent