aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-05-17 00:03:14 -0300
committerFabián Ezequiel Gallina2012-05-17 00:03:14 -0300
commit2d63ad564d8ca5258bb6a94fbec63403e1ff56e5 (patch)
treec343e25efc027118c525cfea68888a3e54dfd743
parentaf5c1bebb58a9cbee25c16b96f6725d0e1fabf77 (diff)
downloademacs-2d63ad564d8ca5258bb6a94fbec63403e1ff56e5.tar.gz
emacs-2d63ad564d8ca5258bb6a94fbec63403e1ff56e5.zip
Documentation enhancements with regards to code checking. (thanks schickm)
-rw-r--r--lisp/progmodes/python.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 2f0393deb65..884a84c382a 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -116,8 +116,8 @@
116;; out of the box. This feature needs an inferior python shell 116;; out of the box. This feature needs an inferior python shell
117;; running. 117;; running.
118 118
119;; Code check: Check the current file for errors using 119;; Code check: Check the current file for errors with `python-check'
120;; `python-check-command' 120;; using the program defined in `python-check-command'.
121 121
122;; Eldoc: returns documentation for object at point by using the 122;; Eldoc: returns documentation for object at point by using the
123;; inferior python subprocess to inspect its documentation. As you 123;; inferior python subprocess to inspect its documentation. As you