From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bake Timmons Subject: [PATCH] Doc fix: use among for > 2 entities Date: Thu, 03 May 2007 12:04:01 -0400 Message-ID: <871whx28su.fsf@freed.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjdtL-0004NJ-GK for emacs-orgmode@gnu.org; Thu, 03 May 2007 12:10:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjdtJ-0004N7-25 for emacs-orgmode@gnu.org; Thu, 03 May 2007 12:10:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjdtI-0004N4-QB for emacs-orgmode@gnu.org; Thu, 03 May 2007 12:10:48 -0400 Received: from smtp102.vzn.mail.dcn.yahoo.com ([209.73.179.140]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Hjdmk-0006VC-TW for emacs-orgmode@gnu.org; Thu, 03 May 2007 12:04:03 -0400 Received: from b3po by freed.localdomain with local (Exim 4.60) (envelope-from ) id 1Hjdmj-0002Ku-IP for emacs-orgmode@gnu.org; Thu, 03 May 2007 12:04:01 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org diff -ru man/org.texi /tmp/new-man/org.texi --- man/org.texi 2007-04-19 12:42:53.000000000 -0400 +++ /tmp/new-man/org.texi 2007-05-03 11:55:48.000000000 -0400 @@ -615,7 +615,7 @@ @table @kbd @kindex @key{TAB} @item @key{TAB} -@emph{Subtree cycling}: Rotate current subtree between the states +@emph{Subtree cycling}: Rotate current subtree among the states @example ,-> FOLDED -> CHILDREN -> SUBTREE --. @@ -637,7 +637,7 @@ @kindex S-@key{TAB} @item S-@key{TAB} @itemx C-u @key{TAB} -@emph{Global cycling}: Rotate the entire buffer between the states +@emph{Global cycling}: Rotate the entire buffer among the states @example ,-> OVERVIEW -> CONTENTS -> SHOW ALL --. @@ -2488,7 +2488,7 @@ @kindex C-c C-t @cindex cycling, of TODO states @item C-c C-t -Rotate the TODO state of the current item between +Rotate the TODO state of the current item among @example ,-> (unmarked) -> TODO -> DONE --. Bake