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 | |
| parent | 617c55681307c2d8203778c9f654f279c7bddb27 (diff) | |
| download | emacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.tar.gz emacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.zip | |
; Spelling fixes
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/perl-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
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 |
| 599 | input the contents of the current buffer. The output of this | 599 | input the contents of the current buffer. The output of this |
| 600 | command is analysed for error and warning messages." | 600 | command 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 |
| 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 | ||