emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 85a3e4e: Fix typos in flymake.el


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 85a3e4e: Fix typos in flymake.el
Date: Wed, 18 Jan 2017 16:17:25 +0000 (UTC)

branch: emacs-25
commit 85a3e4e486f5a717e1dd2ee902dedf5e59dccf9e
Author: Lele Gaifax <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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
---
 lisp/progmodes/flymake.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 11605bc..03eb776 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]