all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fix typo in flymake.el of current emacs-25 branch
@ 2017-01-17 17:22 Lele Gaifax
  2017-01-18 16:17 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Lele Gaifax @ 2017-01-17 17:22 UTC (permalink / raw)
  To: emacs-devel

Hi,

this is a micro fix to flymake.el::flymake-check-patch-master-file-buffer doc
string.

As English is not my native lang, I cannot tell whether the touched sentence
should really start with an "If" or "When" instead of... "Whether" :-)

  $ git diff
  diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
  index 11605bcf3a..1989a7b94d 100644
  --- a/lisp/progmodes/flymake.el
  +++ b/lisp/progmodes/flymake.el
  @@ -361,7 +361,7 @@ flymake-check-patch-master-file-buffer

   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
  +Whether 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))

thank you,
ciao, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele@metapensiero.it  |                 -- Fortunato Depero, 1929.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fix typo in flymake.el of current emacs-25 branch
  2017-01-17 17:22 Fix typo in flymake.el of current emacs-25 branch Lele Gaifax
@ 2017-01-18 16:17 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-01-18 16:17 UTC (permalink / raw)
  To: Lele Gaifax; +Cc: emacs-devel

> From: Lele Gaifax <lele@metapensiero.it>
> Date: Tue, 17 Jan 2017 18:22:50 +0100
> 
> this is a micro fix to flymake.el::flymake-check-patch-master-file-buffer doc
> string.
> 
> As English is not my native lang, I cannot tell whether the touched sentence
> should really start with an "If" or "When" instead of... "Whether" :-)

Thanks, I fixed both typos for the next release.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-18 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17 17:22 Fix typo in flymake.el of current emacs-25 branch Lele Gaifax
2017-01-18 16:17 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.