]> git.eshelyaron.com Git - emacs.git/commitdiff
(python-eldoc-function): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 27 Sep 2007 21:23:43 +0000 (21:23 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 27 Sep 2007 21:23:43 +0000 (21:23 +0000)
lisp/progmodes/python.el

index 2d386e109d9e030d44abfeff0f05e97ee3bed4bd..ea4f620faaddf78a6d689c2427ebb72266b2ce43 100644 (file)
@@ -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