# HG changeset patch # User Juanma Barranquero # Date 1190928223 0 # Node ID 9aa24f5037737cca01d4f9c7c1803ce8bc583e68 # Parent 10b783997d956e3dedb5d51f4d2defef1b00e052 (python-eldoc-function): Doc fix. diff -r 10b783997d95 -r 9aa24f503773 lisp/progmodes/python.el --- 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