emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix misspelling in flyspell.el


From: Ashton Kemerling
Subject: Re: [PATCH] Fix misspelling in flyspell.el
Date: Fri, 06 Nov 2015 16:29:31 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

Alan Mackenzie <address@hidden> writes:

> Hello, Keshav
>
> On Fri, Nov 06, 2015 at 03:16:23PM -0600, Keshav Kini wrote:
>> * flyspell.el (flyspell-goto-next-error): fix misspelling
>
>> Copyright-paperwork-exempt: yes
>> ---
>>  lisp/textmodes/flyspell.el | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
>> diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
>> index 6c4a731..fa3fba6 100644
>> --- a/lisp/textmodes/flyspell.el
>> +++ b/lisp/textmodes/flyspell.el
>> @@ -1673,7 +1673,7 @@ FLYSPELL-BUFFER."
>>      (setq flyspell-old-buffer-error (current-buffer))
>>      (goto-char pos)
>>      (if (= pos max)
>> -    (message "No more miss-spelled word!"))))
>> +        (message "No more misspelled words!"))))
>  
>>  ;;*---------------------------------------------------------------------*/
>>  ;;*    flyspell-overlay-p ...                                           */
>> -- 
>> 2.6.2
>
> I think there's a good chance that that missssspelling is deliberate, a
> little joke, something to irritate people slightly with.  It would be a
> shame to correct it.


If anything, it should be left as a testament to why flyspell is
necessary.

--
Ashton



reply via email to

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