diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-09-27 11:55:06 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-09-27 11:55:06 +0000 |
commit | 2092ac41d6f0b0ea33f0d321a537d9c1800894fd (patch) | |
tree | 5db74b393be61a6b7d2177ff233ba8bc5b3e79e2 /lisp/progmodes/python.el | |
parent | 6d16ced903fe077b8ad9870cdf9ec050a4ec17b7 (diff) | |
download | emacs-2092ac41d6f0b0ea33f0d321a537d9c1800894fd.tar.gz emacs-2092ac41d6f0b0ea33f0d321a537d9c1800894fd.tar.bz2 emacs-2092ac41d6f0b0ea33f0d321a537d9c1800894fd.zip |
(python-eldoc-function): Doc fix.
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 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." ;; Fixme: Is there anything reasonable we can do with random methods? ;; (Currently only works with functions.) (defun python-eldoc-function () - "`eldoc-print-current-symbol-info' for Python. + "`eldoc-documentation-function' for Python. Only works when point is in a function name, not its arg list, for instance. Assumes an inferior Python is running." (let ((symbol (with-syntax-table python-dotty-syntax-table |