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
This commit is contained in:
parent
a1ef10e6a0
commit
85a3e4e486
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ instead of SOURCE-FILE-NAME.
|
|||
|
||||
For example, foo.cpp is a master file if it includes foo.h.
|
||||
|
||||
Whether a buffer for MATER-FILE-NAME exists, use it as a source
|
||||
When a buffer for MASTER-FILE-NAME exists, use it as a source
|
||||
instead of reading master file from disk."
|
||||
(let* ((source-file-nondir (file-name-nondirectory source-file-name))
|
||||
(source-file-extension (file-name-extension source-file-nondir))
|
||||
|
|
Loading…
Add table
Reference in a new issue