From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49851 Path: main.gmane.org!not-for-mail From: deskpot@myrealbox.com (Vasily Korytov) Newsgroups: gmane.emacs.gnus.general Subject: ``Iff'' typos fix (patch) Date: Thu, 06 Feb 2003 13:04:29 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: <87wukdrahe.fsf@unix.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: main.gmane.org 1044525847 23855 80.91.224.249 (6 Feb 2003 10:04:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 10:04:07 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gisX-0006Aq-00 for ; Thu, 06 Feb 2003 11:03:33 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18git2-0005QX-00; Thu, 06 Feb 2003 04:04:04 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 06 Feb 2003 04:05:01 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id EAA18894 for ; Thu, 6 Feb 2003 04:04:45 -0600 (CST) Original-Received: (qmail 30823 invoked by alias); 6 Feb 2003 10:03:43 -0000 Original-Received: (qmail 30818 invoked from network); 6 Feb 2003 10:03:42 -0000 Original-Received: from ns1.telekom.ru (root@194.190.195.83) by 66.230.238.6 with SMTP; 6 Feb 2003 10:03:42 -0000 Original-Received: from unix.home (h22.217.elnet.msk.ru [194.190.217.22]) by ns1.telekom.ru (8.12.6/8.12.6) with SMTP id h16A3k2N028978 for ; Thu, 6 Feb 2003 13:03:47 +0300 Original-Received: (qmail 5405 invoked from network); 6 Feb 2003 10:06:13 -0000 Original-Received: from localhost (alias@127.0.0.1) by localhost with QMTP; 6 Feb 2003 10:06:13 -0000 Original-Received: (qmail 5365 invoked by uid 1000); 6 Feb 2003 10:04:29 -0000 Original-To: ding@gnus.org X-Attribution: VK Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090015 (Oort Gnus v0.15) XEmacs/21.4 (Portable Code) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49851 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49851 --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Transfer-Encoding: quoted-printable I found, ``iff'' seems to be a rather common typo (or it's not typo anymore? =3D)) =2D--Vas --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus-async.el.patch Content-Transfer-Encoding: quoted-printable Index: gnus-async.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/gnus/lisp/gnus-async.el,v retrieving revision 6.2 diff -u -r6.2 gnus-async.el =2D-- gnus-async.el 23 Jan 2003 19:21:21 -0000 6.2 +++ gnus-async.el 6 Feb 2003 10:03:46 -0000 @@ -314,7 +314,7 @@ (pop alist)))))) =20 (defun gnus-async-prefetched-article-entry (group article) =2D "Return the entry for ARTICLE in GROUP iff it has been prefetched." + "Return the entry for ARTICLE in GROUP if it has been prefetched." (let ((entry (save-excursion (gnus-async-set-buffer) (assq (intern (format "%s-%d" group article) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus-msg.el.patch Content-Transfer-Encoding: quoted-printable Index: gnus-msg.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/gnus/lisp/gnus-msg.el,v retrieving revision 6.118 diff -u -r6.118 gnus-msg.el =2D-- gnus-msg.el 1 Feb 2003 16:40:51 -0000 6.118 +++ gnus-msg.el 6 Feb 2003 10:03:54 -0000 @@ -258,14 +258,14 @@ This is done because new users often reply by mistake when reading news. This can also be a function receiving the group name as the only =2Dparameter which should return non-nil iff a confirmation is needed, or =2Da regexp, in which case a confirmation is asked for iff the group name +parameter which should return non-nil if a confirmation is needed, or +a regexp, in which case a confirmation is asked for if the group name matches the regexp." :group 'gnus-message :type '(choice (const :tag "No" nil) (const :tag "Yes" t) =2D (regexp :tag "Iff group matches regexp") =2D (function :tag "Iff function evaluates to non-nil"))) + (regexp :tag "If group matches regexp") + (function :tag "If function evaluates to non-nil"))) =20 (defcustom gnus-confirm-treat-mail-like-news nil --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus-score.el.patch Content-Transfer-Encoding: quoted-printable Index: gnus-score.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/gnus/lisp/gnus-score.el,v retrieving revision 6.30 diff -u -r6.30 gnus-score.el =2D-- gnus-score.el 3 Feb 2003 19:37:58 -0000 6.30 +++ gnus-score.el 6 Feb 2003 10:04:10 -0000 @@ -369,7 +369,7 @@ (const :tag "ask" nil))) =20 (defcustom gnus-score-default-fold nil =2D "Use case folding for new score file entries iff not nil." + "Use case folding for new score file entries if not nil." :group 'gnus-score-default :type 'boolean) =20 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus-util.el.patch Content-Transfer-Encoding: quoted-printable Index: gnus-util.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/gnus/lisp/gnus-util.el,v retrieving revision 6.65 diff -u -r6.65 gnus-util.el =2D-- gnus-util.el 3 Feb 2003 19:37:58 -0000 6.65 +++ gnus-util.el 6 Feb 2003 10:03:33 -0000 @@ -965,7 +965,7 @@ `(setq ,alist (delq (,fun ,key ,alist) ,alist)))) =20 (defun gnus-globalify-regexp (re) =2D "Returns a regexp that matches a whole line, iff RE matches a part of = it." + "Returns a regexp that matches a whole line, if RE matches a part of it." (concat (unless (string-match "^\\^" re) "^.*") re (unless (string-match "\\$$" re) ".*$"))) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=imap.el.patch Content-Transfer-Encoding: quoted-printable Index: imap.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/gnus/lisp/imap.el,v retrieving revision 6.44 diff -u -r6.44 imap.el =2D-- imap.el 29 Nov 2002 16:19:40 -0000 6.44 +++ imap.el 6 Feb 2003 10:04:20 -0000 @@ -1503,7 +1503,7 @@ (imap-mailbox-get-1 'search imap-current-mailbox))))) =20 (defun imap-message-flag-permanent-p (flag &optional mailbox buffer) =2D "Return t iff FLAG can be permanently (between IMAP sessions) saved on= articles, in MAILBOX on server in BUFFER." + "Return t if FLAG can be permanently (between IMAP sessions) saved on ar= ticles, in MAILBOX on server in BUFFER." (with-current-buffer (or buffer (current-buffer)) (or (member "\\*" (imap-mailbox-get 'permanentflags mailbox)) (member flag (imap-mailbox-get 'permanentflags mailbox))))) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=mailcap.el.patch Content-Transfer-Encoding: quoted-printable Index: mailcap.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/gnus/lisp/mailcap.el,v retrieving revision 6.15 diff -u -r6.15 mailcap.el =2D-- mailcap.el 20 Jan 2003 05:15:45 -0000 6.15 +++ mailcap.el 6 Feb 2003 10:03:59 -0000 @@ -523,7 +523,7 @@ results))) =20 (defun mailcap-mailcap-entry-passes-test (info) =2D "Return non-nil iff mailcap entry INFO passes its test clause. + "Return non-nil if mailcap entry INFO passes its test clause. Also return non-nil if no test clause is present." (let ((test (assq 'test info)) ; The test clause status) @@ -616,7 +616,7 @@ (defvar mailcap-viewer-test-cache nil) =20 (defun mailcap-viewer-passes-test (viewer-info type-info) =2D "Return non-nil iff viewer specified by VIEWER-INFO passes its test cl= ause. + "Return non-nil if viewer specified by VIEWER-INFO passes its test claus= e. Also retun non-nil if it has no test clause. TYPE-INFO is an argument to supply to the test." (let* ((test-info (assq 'test viewer-info)) @@ -688,7 +688,7 @@ ;;; =20 (defun mailcap-viewer-lessp (x y) =2D "Return t iff viewer X is more desirable than viewer Y." + "Return t if viewer X is more desirable than viewer Y." (let ((x-wild (string-match "[*?]" (or (cdr-safe (assq 'type x)) ""))) (y-wild (string-match "[*?]" (or (cdr-safe (assq 'type y)) ""))) (x-lisp (not (stringp (or (cdr-safe (assq 'viewer x)) "")))) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=nnimap.el.patch Content-Transfer-Encoding: quoted-printable Index: nnimap.el =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/gnus/lisp/nnimap.el,v retrieving revision 6.59 diff -u -r6.59 nnimap.el =2D-- nnimap.el 25 Jan 2003 21:13:52 -0000 6.59 +++ nnimap.el 6 Feb 2003 10:03:42 -0000 @@ -1576,7 +1576,7 @@ result))) =20 (defun nnimap-mark-permanent-p (mark &optional group) =2D "Return t iff MARK can be permanently (between IMAP sessions) saved on= articles, in GROUP." + "Return t if MARK can be permanently (between IMAP sessions) saved on ar= ticles, in GROUP." (imap-message-flag-permanent-p (nnimap-mark-to-flag mark))) =20 (when nnimap-debug --=-=-=-- --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+QjMtoPg1JPzYGEERAqGDAJ90Mt237rgT8w+JlDDT+jfE7cbk5ACdEnvh cc9sdNCwCBOQHC9bb3LVYzs= =+dG1 -----END PGP SIGNATURE----- --==-=-=--