From 2092ac41d6f0b0ea33f0d321a537d9c1800894fd Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 27 Sep 2007 11:55:06 +0000 Subject: [PATCH] (python-eldoc-function): Doc fix. --- lisp/ChangeLog | 6 +++++- lisp/progmodes/python.el | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76513d4f701..babc7ac209d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,8 @@ -2007-09-26 Glenn Morris +2007-09-27 Juanma Barranquero + + * progmodes/python.el (python-eldoc-function): Doc fix. + +2007-09-27 Glenn Morris * 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 diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 8929616ef79..46d78c8793f 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 -- 2.39.2