aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ruby-mode.el
diff options
context:
space:
mode:
authorPaul Eggert2017-11-16 00:00:31 -0800
committerPaul Eggert2017-11-16 00:01:00 -0800
commit720322aab8cd8ffc24481f280c3acf60efdbc28b (patch)
tree27c318b89cc1e71a042dc9f51323982d189cdb84 /lisp/progmodes/ruby-mode.el
parent617c55681307c2d8203778c9f654f279c7bddb27 (diff)
downloademacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.tar.gz
emacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.zip
; Spelling fixes
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
-rw-r--r--lisp/progmodes/ruby-mode.el2
1 files changed, 1 insertions, 1 deletions
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