aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-09-27 21:23:43 +0000
committerJuanma Barranquero <[email protected]>2007-09-27 21:23:43 +0000
commitd56f40cb5560da510ced0b18123dba30a39c4ac1 (patch)
tree63e3e6e9c56b4b43283363f00baf37b3966846dd /lisp/progmodes/python.el
parent3afad226b81795ad2131fa95c8c025743d6d0a46 (diff)
(python-eldoc-function): Doc fix.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
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