From: Ulf Jasper Date: Sun, 25 Jan 2009 21:23:39 +0000 (+0000) Subject: icalendar: fixed doc string. X-Git-Tag: emacs-pretest-23.0.90~209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3edf5284641804b655100d2c441ba09fc2bff243;p=emacs.git icalendar: fixed doc string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6049c1e4ec1..11a7957cfb4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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: %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)