unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Fix misspelling in flyspell.el
@ 2015-11-06 21:16 Keshav Kini
  2015-11-06 21:46 ` Alan Mackenzie
  2015-11-09 20:55 ` [PATCH v1] Reword message " Keshav Kini
  0 siblings, 2 replies; 8+ messages in thread
From: Keshav Kini @ 2015-11-06 21:16 UTC (permalink / raw)
  To: emacs-devel; +Cc: Keshav Kini

* 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




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

end of thread, other threads:[~2015-11-09 21:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-06 21:16 [PATCH] Fix misspelling in flyspell.el Keshav Kini
2015-11-06 21:46 ` Alan Mackenzie
2015-11-06 22:29   ` Ashton Kemerling
2015-11-07  8:41   ` Eli Zaretskii
2015-11-07  9:01     ` David Kastrup
2015-11-09 20:53   ` Keshav Kini
2015-11-09 21:52     ` Richard Stallman
2015-11-09 20:55 ` [PATCH v1] Reword message " Keshav Kini

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).