Documentation enhancements with regards to code checking. (thanks schickm)

This commit is contained in:
Fabián Ezequiel Gallina 2012-05-17 00:03:14 -03:00 committed by Fabián Ezequiel Gallina
parent af5c1bebb5
commit 2d63ad564d

View file

@ -116,8 +116,8 @@
;; out of the box. This feature needs an inferior python shell
;; running.
;; Code check: Check the current file for errors using
;; `python-check-command'
;; Code check: Check the current file for errors with `python-check'
;; using the program defined in `python-check-command'.
;; Eldoc: returns documentation for object at point by using the
;; inferior python subprocess to inspect its documentation. As you