aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/perl-mode.el2
-rw-r--r--lisp/progmodes/ruby-mode.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el
index 8e7cd13088f..f3cb8109133 100644
--- a/lisp/progmodes/perl-mode.el
+++ b/lisp/progmodes/perl-mode.el
@@ -597,7 +597,7 @@ the Perl source to be checked as its standard input."
597 "Perl backend for Flymake. Launches 597 "Perl backend for Flymake. Launches
598`perl-flymake-command' (which see) and passes to its standard 598`perl-flymake-command' (which see) and passes to its standard
599input the contents of the current buffer. The output of this 599input the contents of the current buffer. The output of this
600command is analysed for error and warning messages." 600command is analyzed for error and warning messages."
601 (unless (executable-find (car perl-flymake-command)) 601 (unless (executable-find (car perl-flymake-command))
602 (error "Cannot find a suitable checker")) 602 (error "Cannot find a suitable checker"))
603 603
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index 1f4aa6d9fbd..da08bb0788e 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -2268,7 +2268,7 @@ the Ruby source to be checked as its standard input."
2268 "Ruby backend for Flymake. Launches 2268 "Ruby backend for Flymake. Launches
2269`ruby-flymake-command' (which see) and passes to its standard 2269`ruby-flymake-command' (which see) and passes to its standard
2270input the contents of the current buffer. The output of this 2270input the contents of the current buffer. The output of this
2271command is analysed for error and warning messages." 2271command is analyzed for error and warning messages."
2272 (unless (executable-find (car ruby-flymake-command)) 2272 (unless (executable-find (car ruby-flymake-command))
2273 (error "Cannot find a suitable checker")) 2273 (error "Cannot find a suitable checker"))
2274 2274