all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Keshav Kini <keshav.kini@gmail.com>
To: emacs-devel@gnu.org
Cc: Keshav Kini <keshav.kini@gmail.com>
Subject: [PATCH] Fix misspelling in flyspell.el
Date: Fri,  6 Nov 2015 15:16:23 -0600	[thread overview]
Message-ID: <1446844583-3860-1-git-send-email-keshav.kini@gmail.com> (raw)

* 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




             reply	other threads:[~2015-11-06 21:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-06 21:16 Keshav Kini [this message]
2015-11-06 21:46 ` [PATCH] Fix misspelling in flyspell.el 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446844583-3860-1-git-send-email-keshav.kini@gmail.com \
    --to=keshav.kini@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.