Mercurial > emacs
changeset 84947:855c76036fe8
(python-eldoc-function): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 27 Sep 2007 11:51:15 +0000 |
parents | 635c3d8f3903 |
children | 3977b897d1a1 |
files | lisp/progmodes/python.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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