diff options
| author | Paul Eggert | 2017-11-16 00:00:31 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-11-16 00:01:00 -0800 |
| commit | 720322aab8cd8ffc24481f280c3acf60efdbc28b (patch) | |
| tree | 27c318b89cc1e71a042dc9f51323982d189cdb84 /lisp/progmodes/ruby-mode.el | |
| parent | 617c55681307c2d8203778c9f654f279c7bddb27 (diff) | |
| download | emacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.tar.gz emacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.zip | |
; Spelling fixes
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
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 |
| 2270 | input the contents of the current buffer. The output of this | 2270 | input the contents of the current buffer. The output of this |
| 2271 | command is analysed for error and warning messages." | 2271 | command 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 | ||