Mercurial > emacs
diff lisp/progmodes/python.el @ 84947:855c76036fe8
(python-eldoc-function): Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 27 Sep 2007 11:51:15 +0000 |
| parents | 745fc321a3b4 |
| children | 5039706521c9 |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Thu Sep 27 07:27:23 2007 +0000 +++ b/lisp/progmodes/python.el Thu Sep 27 11:51:15 2007 +0000 @@ -1620,7 +1620,7 @@ ;; 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
