Mercurial > emacs
changeset 78897:9aa24f503773
(python-eldoc-function): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 27 Sep 2007 21:23:43 +0000 |
parents | 10b783997d95 |
children | 150f6e38877a |
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:13:45 2007 +0000 +++ b/lisp/progmodes/python.el Thu Sep 27 21:23:43 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