Documentation enhancements with regards to code checking. (thanks schickm)
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:14 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:14 +0000 (00:03 -0300)
lisp/progmodes/python.el

index 2f0393d..884a84c 100644 (file)
 ;; 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