From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: [PATCH] Fix typo in docstring of org-agenda-remove-times-when-in-prefix Date: Sun, 11 Apr 2010 21:05:03 +0200 Message-ID: <4BC21D5F.5010309@jboecker.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050708040901020106000604" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O12St-0005qt-En for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 15:05:03 -0400 Received: from [140.186.70.92] (port=58659 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O12Sr-0005qk-BG for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 15:05:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O12So-0002Wg-Ge for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 15:05:01 -0400 Received: from mail7.worldserver.net ([217.13.200.27]:51241) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O12So-0002VX-4D for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 15:04:58 -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: Org Mode This is a multi-part message in MIME format. --------------050708040901020106000604 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit This patch fixes a typo ("what" -> "when") in the docstring of org-agenda-remove-times-when-in-prefix. (I just discovered this variable and changed its value to 'beg, which is less confusing to me.) - Jan --------------050708040901020106000604 Content-Type: text/plain; name="0001-fix-typo-in-docstring-of-org-agenda-remove-times-whe.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-fix-typo-in-docstring-of-org-agenda-remove-times-whe.pa"; filename*1="tch" >From f5aaab8d68006de3ca19cbac570c5a8a09b1d718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6cker?= Date: Sun, 11 Apr 2010 20:02:47 +0200 Subject: [PATCH] fix typo in docstring of org-agenda-remove-times-when-in-prefix --- lisp/org-agenda.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 1b9eba4..361d4a0 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1321,7 +1321,7 @@ placed into the prefix. If this option is non-nil, the original specification 11:30-4pm) will be removed for agenda display. This makes the agenda less cluttered. The option can be t or nil. It may also be the symbol `beg', indicating -that the time should only be removed what it is located at the beginning of +that the time should only be removed when it is located at the beginning of the headline/diary entry." :group 'org-agenda-line-format :type '(choice -- 1.7.0.3 --------------050708040901020106000604 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --------------050708040901020106000604--