diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-09-27 21:23:43 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-09-27 21:23:43 +0000 |
commit | d56f40cb5560da510ced0b18123dba30a39c4ac1 (patch) | |
tree | 63e3e6e9c56b4b43283363f00baf37b3966846dd | |
parent | 3afad226b81795ad2131fa95c8c025743d6d0a46 (diff) | |
download | emacs-d56f40cb5560da510ced0b18123dba30a39c4ac1.tar.gz emacs-d56f40cb5560da510ced0b18123dba30a39c4ac1.tar.bz2 emacs-d56f40cb5560da510ced0b18123dba30a39c4ac1.zip |
(python-eldoc-function): Doc fix.
-rw-r--r-- | lisp/progmodes/python.el | 2 |
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 |