aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
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 8929616ef79..46d78c8793f 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1620,7 +1620,7 @@ The result is what follows `_emacs_out' in the output."
1620;; Fixme: Is there anything reasonable we can do with random methods? 1620;; Fixme: Is there anything reasonable we can do with random methods?
1621;; (Currently only works with functions.) 1621;; (Currently only works with functions.)
1622(defun python-eldoc-function () 1622(defun python-eldoc-function ()
1623 "`eldoc-print-current-symbol-info' for Python. 1623 "`eldoc-documentation-function' for Python.
1624Only works when point is in a function name, not its arg list, for 1624Only works when point is in a function name, not its arg list, for
1625instance. Assumes an inferior Python is running." 1625instance. Assumes an inferior Python is running."
1626 (let ((symbol (with-syntax-table python-dotty-syntax-table 1626 (let ((symbol (with-syntax-table python-dotty-syntax-table