aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Jasper2009-01-25 21:23:39 +0000
committerUlf Jasper2009-01-25 21:23:39 +0000
commit3edf5284641804b655100d2c441ba09fc2bff243 (patch)
treeafa3c2fc051584cedbb428f49472d6e339279cc7
parentc932f02a84ddfecaf6dac4787a3c5863f39c2e58 (diff)
downloademacs-3edf5284641804b655100d2c441ba09fc2bff243.tar.gz
emacs-3edf5284641804b655100d2c441ba09fc2bff243.zip
icalendar: fixed doc string.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/calendar/icalendar.el6
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6049c1e4ec1..11a7957cfb4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-01-25 Ulf Jasper <ulf.jasper@web.de>
2
3 * calendar/icalendar.el (icalendar-uid-format): Fixed doc string.
4
12009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com> 52009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
2 6
3 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text): 7 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index 0ea2e6fdb63..fe3b9771973 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -222,9 +222,9 @@ The following specifiers are available:
222%t TIMESTAMP, a unique creation timestamp, 222%t TIMESTAMP, a unique creation timestamp,
223%u USERNAME, the user-login-name. 223%u USERNAME, the user-login-name.
224 224
225For example, a value of \"DTSTART_HASH@mydomain.com\" will 225For example, a value of \"%s_%h@mydomain.com\" will generate a
226generate a UID code for each entry composed of the time of the 226UID code for each entry composed of the time of the event, a hash
227event, a hash code for the event, and your personal domain name." 227code for the event, and your personal domain name."
228 :type 'string 228 :type 'string
229 :group 'icalendar) 229 :group 'icalendar)
230 230