From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert P. Goldman" Subject: [PATCH] Fixed typo in docstring for org-todo-keywords. Date: Thu, 11 Nov 2010 18:46:10 -0600 Message-ID: <1289522770-6530-2-git-send-email-rpgoldman@sift.info> References: <1289522770-6530-1-git-send-email-rpgoldman@sift.info> Return-path: Received: from [140.186.70.92] (port=59975 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGhmf-0000Qn-8E for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 19:46:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGhmd-0003zi-Mo for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 19:46:29 -0500 Received: from enchanter.real-time.com ([63.170.91.11]:4080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGhmd-0003zU-D6 for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 19:46:27 -0500 In-Reply-To: <1289522770-6530-1-git-send-email-rpgoldman@sift.info> 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 Cc: "Robert P. Goldman" From: Robert P. Goldman --- lisp/org.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 8227ed9..18e7fc5 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1958,7 +1958,7 @@ indicating if the keywords should be interpreted as a sequence of action steps, or as different types of TODO items. The first keywords are states requiring action - these states will select a headline for inclusion into the global TODO list Org-mode produces. If one of -the \"keywords\" is the vertical bat \"|\" the remaining keywords +the \"keywords\" is the vertical bar, \"|\", the remaining keywords signify that no further action is necessary. If \"|\" is not found, the last keyword is treated as the only DONE state of the sequence. -- 1.7.2.2