From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrew M. Scott" Newsgroups: gmane.emacs.devel Subject: Improving docstring for defface flyspell-duplicate Date: Tue, 24 Jan 2006 10:09:12 -0700 Message-ID: <17366.24376.217183.913015@chlr5836.ch.intel.com> Reply-To: "Andrew M. Scott" NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1138125256 5119 80.91.229.2 (24 Jan 2006 17:54:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 17:54:16 +0000 (UTC) Cc: Andy Scott Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 24 18:54:10 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1SMT-0007f0-Sh for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 18:53:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1SMe-0004QT-NE for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 12:53:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1RiH-0001as-Va for emacs-devel@gnu.org; Tue, 24 Jan 2006 12:12:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1RiC-0001Z9-Da for emacs-devel@gnu.org; Tue, 24 Jan 2006 12:12:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1RiB-0001Z0-Pp for emacs-devel@gnu.org; Tue, 24 Jan 2006 12:12:07 -0500 Original-Received: from [143.182.124.5] (helo=petasus.ch.intel.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F1Rn8-0003yL-76 for emacs-devel@gnu.org; Tue, 24 Jan 2006 12:17:14 -0500 Original-Received: from sedona.intel.com (sedona.ch.intel.com [143.182.201.200]) by petasus.ch.intel.com (8.12.9-20030918-01/8.12.10/d: small-solo.mc, v 1.2 2004/09/17 18:05:04 root Exp $) with ESMTP id k0OHAcif032419 for ; Tue, 24 Jan 2006 17:10:43 GMT Original-Received: from chlr5836.ch.intel.com (chlr5836.ch.intel.com [10.2.120.162]) by sedona.intel.com (8.12.10/8.12.9/d:) with ESMTP id k0OH9CKi001581; Tue, 24 Jan 2006 10:09:12 -0700 (MST) X-Envelope-From: amscott1@sedona.ch.intel.com Original-Received: from chlr5836.ch.intel.com (localhost [127.0.0.1]) by chlr5836.ch.intel.com (8.12.10/8.12.8/MailSET/client) with ESMTP id k0OH9CjM021175; Tue, 24 Jan 2006 10:09:12 -0700 Original-Received: (from amscott1@localhost) by chlr5836.ch.intel.com (8.12.10/8.12.8/MailSET/Submit) id k0OH9CVL021172; Tue, 24 Jan 2006 10:09:12 -0700 Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 22.0.50.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49490 Archived-At: The docstring for defface flyspell-duplicate in flyspell.el says: "Face used for marking a misspelled word that appears twice in the buffer. Replacing "twice" above with "two or more times" would better reflect the current behavior of the code e.g. when I M-x flyspell-buffer, I regularly see more than two of the same words colored with defface flyspell-duplicate. Cheers, Andy Scott