-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
;; 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