(python-eldoc-function): Doc fix.

This commit is contained in:
Juanma Barranquero 2007-09-27 11:55:06 +00:00
parent 6d16ced903
commit 2092ac41d6
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
2007-09-26 Glenn Morris <rgm@gnu.org>
2007-09-27 Juanma Barranquero <lekktu@gmail.com>
* progmodes/python.el (python-eldoc-function): Doc fix.
2007-09-27 Glenn Morris <rgm@gnu.org>
* image.el (image-type-auto-detected-p): Doc fix. Don't detect an
image if it is not in image-type-auto-detectable, or is there with

View 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