changeset 101497:dd2ac0d143cb

icalendar: fixed doc string.
author Ulf Jasper <ulf.jasper@web.de>
date Sun, 25 Jan 2009 21:23:39 +0000
parents c9955e4e7257
children 4d233c2297b1
files lisp/ChangeLog lisp/calendar/icalendar.el
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 25 20:56:45 2009 +0000
+++ b/lisp/ChangeLog	Sun Jan 25 21:23:39 2009 +0000
@@ -1,3 +1,7 @@
+2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
+
+	* calendar/icalendar.el (icalendar-uid-format): Fixed doc string.
+
 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
 	* term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
--- a/lisp/calendar/icalendar.el	Sun Jan 25 20:56:45 2009 +0000
+++ b/lisp/calendar/icalendar.el	Sun Jan 25 21:23:39 2009 +0000
@@ -222,9 +222,9 @@
 %t TIMESTAMP, a unique creation timestamp,
 %u USERNAME, the user-login-name.
 
-For example, a value of \"DTSTART_HASH@mydomain.com\" will
-generate a UID code for each entry composed of the time of the
-event, a hash code for the event, and your personal domain name."
+For example, a value of \"%s_%h@mydomain.com\" will generate a
+UID code for each entry composed of the time of the event, a hash
+code for the event, and your personal domain name."
   :type 'string
   :group 'icalendar)