From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70432 Path: news.gmane.org!not-for-mail From: Julien Danjou Newsgroups: gmane.emacs.gnus.general Subject: [PATCH] Fix typo in gnus.texi Date: Sat, 4 Sep 2010 15:22:56 +0200 Message-ID: <1283606576-28550-1-git-send-email-julien@danjou.info> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1283606683 11764 80.91.229.12 (4 Sep 2010 13:24:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Sep 2010 13:24:43 +0000 (UTC) Cc: Julien Danjou To: ding@gnus.org Original-X-From: ding-owner+M18807@lists.math.uh.edu Sat Sep 04 15:24:42 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OrsjX-0000PH-N1 for ding-account@gmane.org; Sat, 04 Sep 2010 15:24:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OrsiV-0004mo-3J; Sat, 04 Sep 2010 08:23:35 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OrsiS-0004mb-DH for ding@lists.math.uh.edu; Sat, 04 Sep 2010 08:23:32 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OrsiR-0007HS-62 for ding@lists.math.uh.edu; Sat, 04 Sep 2010 08:23:32 -0500 Original-Received: from prometheus.naquadah.org ([212.85.154.174] helo=mx1.naquadah.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OrsiQ-0001ul-00 for ; Sat, 04 Sep 2010 15:23:30 +0200 Original-Received: by mx1.naquadah.org (Postfix, from userid 8) id CA8BF11C001; Sat, 4 Sep 2010 15:22:59 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on prometheus.naquadah.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=4.5 tests=ALL_TRUSTED,BAYES_00, URIBL_RHS_DOB autolearn=no version=3.3.1 Original-Received: from keller.adm.naquadah.org (unknown [IPv6:2a01:e35:2e39:e900:222:faff:fe9d:ce44]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.naquadah.org (Postfix) with ESMTPSA id B1F3E5C136; Sat, 4 Sep 2010 15:22:57 +0200 (CEST) Original-Received: from jd by keller.adm.naquadah.org with local (Exim 4.72) (envelope-from ) id 1Orsht-0007Qy-BI; Sat, 04 Sep 2010 15:22:57 +0200 X-Mailer: git-send-email 1.7.1 X-Spam-Score: -0.4 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70432 Archived-At: Signed-off-by: Julien Danjou --- texi/gnus.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/texi/gnus.texi b/texi/gnus.texi index a0e9aed..80acd4f 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -21574,7 +21574,7 @@ is @file{ADAPT}. @vindex gnus-adaptive-pretty-print Adaptive score files can get huge and are not meant to be edited by human hands. If @code{gnus-adaptive-pretty-print} is @code{nil} (the -deafult) those files will not be written in a human readable way. +default) those files will not be written in a human readable way. @vindex gnus-score-exact-adapt-limit When doing adaptive scoring, substring or fuzzy matching would probably -- 1.7.1