diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-02-23 20:56:30 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-02-23 20:56:30 +0100 |
commit | 8307f92370e7d86aea2c78d0dbc06c5ace9c6f11 (patch) | |
tree | 0f4b65eac80f244ac7610b5317e2163d668f22cb /lisp/org/org-icalendar.el | |
parent | f1cffc3d52a56eef7ee17392f912f3201a52b5d6 (diff) | |
download | emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.tar.gz emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.tar.bz2 emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.zip |
Fix typos.
Diffstat (limited to 'lisp/org/org-icalendar.el')
-rw-r--r-- | lisp/org/org-icalendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-icalendar.el b/lisp/org/org-icalendar.el index 77e64d10a31..749d54341d0 100644 --- a/lisp/org/org-icalendar.el +++ b/lisp/org/org-icalendar.el @@ -157,7 +157,7 @@ The iCalendar standard requires that all entries have a unique identifier. Org will create these identifiers as needed. When this variable is non-nil, the created UIDs will be stored in the ID property of the entry. Then the next time this entry is exported, it will be exported with the same UID, -superceding the previous form of it. This is essential for +superseding the previous form of it. This is essential for synchronization services. This variable is not turned on by default because we want to avoid creating a property drawer in every entry if people are only playing with this feature, |