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: Alan Mackenzie
Subject: Re: [PATCH] Fix misspelling in flyspell.el
Date: Fri, 6 Nov 2015 21:46:30 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

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.

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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