From: Lele Gaifax Date: Wed, 18 Jan 2017 16:15:28 +0000 (+0200) Subject: Fix typos in flymake.el X-Git-Tag: emacs-25.2-rc1~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85a3e4e486f5a717e1dd2ee902dedf5e59dccf9e;p=emacs.git 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 --- 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. 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))