]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a typo
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 21 Nov 2017 22:46:59 +0000 (00:46 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 21 Nov 2017 23:51:48 +0000 (01:51 +0200)
lisp/progmodes/flymake-proc.el

index 2e98b2afd1e3273a41042f7d6a4f5e3216b6703d..85c60394d9c73e4b443744c32ef22b26911960b7 100644 (file)
@@ -753,7 +753,7 @@ can also be executed interactively independently of
               ;; trying if the directory is read-only (bug#8954).
               (file-writable-p (file-name-directory buffer-file-name))
               (flymake-proc--get-init-function buffer-file-name))))
-        (unless init-f (error "Can find a suitable init function"))
+        (unless init-f (error "Can't find a suitable init function"))
         (flymake-proc--clear-buildfile-cache)
         (flymake-proc--clear-project-include-dirs-cache)