From: Dmitry Gutov Date: Tue, 21 Nov 2017 22:46:59 +0000 (+0200) Subject: ; Fix a typo X-Git-Tag: emacs-26.0.91~272 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c65a0ae7c4592d7fd9a47de3231e6ed07807f8af;p=emacs.git ; Fix a typo --- diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el index 2e98b2afd1e..85c60394d9c 100644 --- a/lisp/progmodes/flymake-proc.el +++ b/lisp/progmodes/flymake-proc.el @@ -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)