mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(python-eldoc-function): Doc fix.
This commit is contained in:
parent
6d16ced903
commit
2092ac41d6
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue