summary refs log tree commit diff
path: root/emacs.d/inits
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-12-01 21:02:44 -0800
committerFranck Cuny <franckcuny@gmail.com>2015-12-01 21:02:44 -0800
commitc3afd5173e330f3f606d4f20d7bdc7778a5aec29 (patch)
tree9eb9937cec3a9d899ac76faa43968be0f6042c01 /emacs.d/inits
parent[emacs] Import TMPDIR from the environment (diff)
downloademacs.d-c3afd5173e330f3f606d4f20d7bdc7778a5aec29.tar.gz
[emacs] fix docstring for flycheck
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/50_flycheck.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/inits/50_flycheck.el b/emacs.d/inits/50_flycheck.el
index a0823b2..3d835e3 100644
--- a/emacs.d/inits/50_flycheck.el
+++ b/emacs.d/inits/50_flycheck.el
@@ -13,7 +13,7 @@
   :config
   (progn
     (flycheck-define-checker source-check
-      "A syntax checker for python source code in Source, using `dist.pex'"
+      "A syntax checker for python source code in Source, using `check.pex'"
       :command ("check.pex" source)
       ;;; errors are reported like this:
       ;;; E241:ERROR   <file name>:<line> <message>