summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Eglen <S.J.Eglen@damtp.cam.ac.uk>2012-04-04 08:14:55 +0100
committerBastien Guerry <bzg@altern.org>2012-04-04 09:20:36 +0200
commit76e7b078729b8e4847045ac9be0d0667803017e4 (patch)
treeffc166204d61249ad0ad3ce11baeeb082f6eafe4
parent6fabe46cc74fcc1b606a9d5c70ef1e59a696ba2d (diff)
downloadorg-mode-76e7b078729b8e4847045ac9be0d0667803017e4.tar.gz
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
-rw-r--r--lisp/org-icalendar.el2
1 files changed, 1 insertions, 1 deletions
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)