summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-09-27 21:23:43 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-09-27 21:23:43 +0000
commitd56f40cb5560da510ced0b18123dba30a39c4ac1 (patch)
tree63e3e6e9c56b4b43283363f00baf37b3966846dd /lisp
parent3afad226b81795ad2131fa95c8c025743d6d0a46 (diff)
downloademacs-d56f40cb5560da510ced0b18123dba30a39c4ac1.tar.gz
emacs-d56f40cb5560da510ced0b18123dba30a39c4ac1.tar.bz2
emacs-d56f40cb5560da510ced0b18123dba30a39c4ac1.zip
(python-eldoc-function): Doc fix.
Diffstat (limited to 'lisp')
-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 2d386e109d9..ea4f620faad 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