diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-12-01 21:02:44 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-12-01 21:02:44 -0800 |
commit | c3afd5173e330f3f606d4f20d7bdc7778a5aec29 (patch) | |
tree | 9eb9937cec3a9d899ac76faa43968be0f6042c01 /emacs.d/inits | |
parent | [emacs] Import TMPDIR from the environment (diff) | |
download | emacs.d-c3afd5173e330f3f606d4f20d7bdc7778a5aec29.tar.gz |
[emacs] fix docstring for flycheck
Diffstat (limited to '')
-rw-r--r-- | emacs.d/inits/50_flycheck.el | 2 |
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> |