From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: small typo in docstring for org-icalendar.el Date: Tue, 03 Apr 2012 22:32:26 +0100 Message-ID: Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFBL4-00018o-IJ for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 17:32:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFBL2-0008Mg-Si for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 17:32:30 -0400 Received: from ppsw-41.csi.cam.ac.uk ([131.111.8.141]:33594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFBL2-0008MP-Iw for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 17:32:28 -0400 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: emacs-orgmode@gnu.org Cc: Stephen Eglen Typo and suggested change in docstring. *** /var/folders/ix/ixcktwmzGyyc6z4C5D4ypU+++TI/-Tmp-/ediff3069aCw 2012-04-03 22:31:26.000000000 +0100 --- /Users/stephen/langs/emacs/elisp-ds/org-mode/lisp/org-icalendar.el 2012-04-03 22:08:47.000000000 +0100 *************** *** 194,200 **** (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." :group 'org-export-icalendar :type '(choice (const :tag "Unspecified" nil) --- 194,200 ---- (defcustom org-icalendar-timezone (getenv "TZ") "The time zone string for iCalendar export. ! When nil or the empty string, use output from \(current-time-zone\)." :group 'org-export-icalendar :type '(choice (const :tag "Unspecified" nil)