diff lisp/calendar/icalendar.el @ 101497:dd2ac0d143cb

icalendar: fixed doc string.
author Ulf Jasper <ulf.jasper@web.de>
date Sun, 25 Jan 2009 21:23:39 +0000
parents feab64c71ad0
children e667f4aad5f2
line wrap: on
line diff
--- 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)