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 | |
| parent | 617c55681307c2d8203778c9f654f279c7bddb27 (diff) | |
| download | emacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.tar.gz emacs-720322aab8cd8ffc24481f280c3acf60efdbc28b.zip | |
; Spelling fixes
| -rw-r--r-- | ChangeLog.3 | 4 | ||||
| -rw-r--r-- | lisp/progmodes/perl-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 | ||||
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index 940379cf60a..e7831a37aac 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -6941,7 +6941,7 @@ | |||
| 6941 | * test/lisp/vc/ediff-ptch-tests.el (ediff-ptch-test-bug26084): | 6941 | * test/lisp/vc/ediff-ptch-tests.el (ediff-ptch-test-bug26084): |
| 6942 | Add comments to explain the test logic. | 6942 | Add comments to explain the test logic. |
| 6943 | Pass '--binary' option to 'patch' program in windows environments. | 6943 | Pass '--binary' option to 'patch' program in windows environments. |
| 6944 | Check explicitely that a backup is created before compare file contents. | 6944 | Check explicitly that a backup is created before compare file contents. |
| 6945 | 6945 | ||
| 6946 | * test/lisp/dired-tests.el (dired-test-bug25609): | 6946 | * test/lisp/dired-tests.el (dired-test-bug25609): |
| 6947 | Declare variable 'dired-dwim-target' right before the test. | 6947 | Declare variable 'dired-dwim-target' right before the test. |
| @@ -13221,7 +13221,7 @@ | |||
| 13221 | Remove Emacs 23 compat code from Tramp | 13221 | Remove Emacs 23 compat code from Tramp |
| 13222 | 13222 | ||
| 13223 | * doc/misc/tramp.texi (Remote processes): Don't mention | 13223 | * doc/misc/tramp.texi (Remote processes): Don't mention |
| 13224 | Emacs 24 explicitely. | 13224 | Emacs 24 explicitly. |
| 13225 | (Frequently Asked Questions): Remove Emacs 23 from | 13225 | (Frequently Asked Questions): Remove Emacs 23 from |
| 13226 | compatibility list. | 13226 | compatibility list. |
| 13227 | 13227 | ||
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 | ||
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 68236daf49b..77b1e2dcc9f 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -3070,7 +3070,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 3070 | (should (file-selinux-context tmp-name3)) | 3070 | (should (file-selinux-context tmp-name3)) |
| 3071 | ;; We cannot expect that copying over file system | 3071 | ;; We cannot expect that copying over file system |
| 3072 | ;; boundaries keeps SELinux context. So we copy it | 3072 | ;; boundaries keeps SELinux context. So we copy it |
| 3073 | ;; explicitely. | 3073 | ;; explicitly. |
| 3074 | (should | 3074 | (should |
| 3075 | (set-file-selinux-context | 3075 | (set-file-selinux-context |
| 3076 | tmp-name3 (file-selinux-context tmp-name1))) | 3076 | tmp-name3 (file-selinux-context tmp-name1))) |
| @@ -3104,7 +3104,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 3104 | (should (file-selinux-context tmp-name1)) | 3104 | (should (file-selinux-context tmp-name1)) |
| 3105 | ;; We cannot expect that copying over file system | 3105 | ;; We cannot expect that copying over file system |
| 3106 | ;; boundaries keeps SELinux context. So we copy it | 3106 | ;; boundaries keeps SELinux context. So we copy it |
| 3107 | ;; explicitely. | 3107 | ;; explicitly. |
| 3108 | (should | 3108 | (should |
| 3109 | (set-file-selinux-context | 3109 | (set-file-selinux-context |
| 3110 | tmp-name1 (file-selinux-context tmp-name3))) | 3110 | tmp-name1 (file-selinux-context tmp-name3))) |