# HG changeset patch # User Juanma Barranquero # Date 1190893875 0 # Node ID 855c76036fe8ba95c01ac32da332c8a2751d5877 # Parent 635c3d8f390336634b9b8fa12bc7c8f47c85b9b8 (python-eldoc-function): Doc fix. diff -r 635c3d8f3903 -r 855c76036fe8 lisp/progmodes/python.el --- 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