From d56f40cb5560da510ced0b18123dba30a39c4ac1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 27 Sep 2007 21:23:43 +0000 Subject: (python-eldoc-function): Doc fix. --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes/python.el') diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 2d386e109d..ea4f620faa 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 -- cgit v1.2.3