]> git.eshelyaron.com Git - emacs.git/commitdiff
(python-eldoc-function): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 27 Sep 2007 11:55:06 +0000 (11:55 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 27 Sep 2007 11:55:06 +0000 (11:55 +0000)
lisp/ChangeLog
lisp/progmodes/python.el

index 76513d4f701b6d37fd51b68aa9fd2cd32a1ec29b..babc7ac209d960430ecfd5c9158afd159c6fb17c 100644 (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
index 8929616ef793246755d68c3adf6b14a683df3d49..46d78c8793fe107b78aee9e11e339ee9e378ecf7 100644 (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