diff options
| author | Lele Gaifax | 2017-01-18 18:15:28 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-01-18 18:15:28 +0200 |
| commit | 85a3e4e486f5a717e1dd2ee902dedf5e59dccf9e (patch) | |
| tree | 4051ef29414e432bfa83dc323477093c0c1f3a8d | |
| parent | a1ef10e6a0a216e80551dd179fc511ea8fdc4c88 (diff) | |
| download | emacs-85a3e4e486f5a717e1dd2ee902dedf5e59dccf9e.tar.gz emacs-85a3e4e486f5a717e1dd2ee902dedf5e59dccf9e.zip | |
Fix typos in flymake.el
* lisp/progmodes/flymake.el (flymake-check-patch-master-file-buffer):
Spelling fixes in the doc string.
Copyright-paperwork-exempt: yes
| -rw-r--r-- | lisp/progmodes/flymake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 11605bcf3a3..03eb776a8d4 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -361,7 +361,7 @@ instead of SOURCE-FILE-NAME. | |||
| 361 | 361 | ||
| 362 | For example, foo.cpp is a master file if it includes foo.h. | 362 | For example, foo.cpp is a master file if it includes foo.h. |
| 363 | 363 | ||
| 364 | Whether a buffer for MATER-FILE-NAME exists, use it as a source | 364 | When a buffer for MASTER-FILE-NAME exists, use it as a source |
| 365 | instead of reading master file from disk." | 365 | instead of reading master file from disk." |
| 366 | (let* ((source-file-nondir (file-name-nondirectory source-file-name)) | 366 | (let* ((source-file-nondir (file-name-nondirectory source-file-name)) |
| 367 | (source-file-extension (file-name-extension source-file-nondir)) | 367 | (source-file-extension (file-name-extension source-file-nondir)) |