# HG changeset patch # User Ulf Jasper # Date 1232918619 0 # Node ID dd2ac0d143cb2a226d4065f4e2b3007f4032109b # Parent c9955e4e72575481de90a58165bcc9af3c931245 icalendar: fixed doc string. diff -r c9955e4e7257 -r dd2ac0d143cb lisp/ChangeLog --- 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 + + * calendar/icalendar.el (icalendar-uid-format): Fixed doc string. + 2009-01-25 Adrian Robert * term/ns-win.el (ns-insert-working-text, ns-delete-working-text): diff -r c9955e4e7257 -r dd2ac0d143cb lisp/calendar/icalendar.el --- 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)