summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-04-02 15:55:37 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2017-04-02 15:55:37 +0300
commitc812c59b31ba0b3f45c4bef6d4d93f561f79949d (patch)
tree707361a100a8db979776ad1c7dd0df4e08e97f37 /elisp
parent18de1cf54a6d8cf3638ea43310ab915324b4a1f3 (diff)
downloadpylint-git-c812c59b31ba0b3f45c4bef6d4d93f561f79949d.tar.gz
Spelling fixes (#1397)
Diffstat (limited to 'elisp')
-rw-r--r--elisp/pylint.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp/pylint.el b/elisp/pylint.el
index 2a447e38a..5d4d31ab4 100644
--- a/elisp/pylint.el
+++ b/elisp/pylint.el
@@ -50,7 +50,7 @@
"The most recent PYLINT buffer.
A PYLINT buffer becomes most recent when you select PYLINT mode in it.
Notice that using \\[next-error] or \\[compile-goto-error] modifies
-`complation-last-buffer' rather than `pylint-last-buffer'.")
+`completion-last-buffer' rather than `pylint-last-buffer'.")
(defconst pylint-regexp-alist
(let ((base "^\\(.*\\):\\([0-9]+\\):\s+\\(\\[%s.*\\)$"))
@@ -240,7 +240,7 @@ output buffer, to go to the lines where pylint found matches.
((boundp 'python-mode-map) python-mode-map))))
(define-key map [menu-bar Python pylint-separator]
- '("--" . pylint-seperator))
+ '("--" . pylint-separator))
(define-key map [menu-bar Python next-error]
'("Next error" . next-error))
(define-key map [menu-bar Python prev-error]