From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: small typo in docstring for org-icalendar.el Date: Wed, 04 Apr 2012 08:14:55 +0100 Message-ID: References: <87k41wm3zn.fsf@gnu.org> Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFKQw-00079Y-CM for emacs-orgmode@gnu.org; Wed, 04 Apr 2012 03:15:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFKQr-0001sa-S0 for emacs-orgmode@gnu.org; Wed, 04 Apr 2012 03:15:09 -0400 In-reply-to: <87k41wm3zn.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org, Stephen Eglen oops, sorry Bastien, old (ediff) habits die hard! org-icalendar-timezone: doc string fix * lisp/org-icalendar.el (org-icalendar-timezone): Fix typo and clarify meaning. Small typo (of -> or); clarify meaning of how timezone is calculated if this variable is left as nil. TINYCHANGE diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el index d73a619..ac6a661 100644 --- a/lisp/org-icalendar.el +++ b/lisp/org-icalendar.el @@ -194,7 +194,7 @@ or if they are only using it locally." (defcustom org-icalendar-timezone (getenv "TZ") "The time zone string for iCalendar export. -When nil of the empty string, use the abbreviation retrieved from Emacs." +When nil or the empty string, use output from \(current-time-zone\)." :group 'org-export-icalendar :type '(choice (const :tag "Unspecified" nil)