diff options
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 2d386e109d9..ea4f620faad 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. |
| 1624 | Only works when point is in a function name, not its arg list, for | 1624 | Only works when point is in a function name, not its arg list, for |
| 1625 | instance. Assumes an inferior Python is running." | 1625 | instance. 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 |