From 3edf5284641804b655100d2c441ba09fc2bff243 Mon Sep 17 00:00:00 2001 From: Ulf Jasper Date: Sun, 25 Jan 2009 21:23:39 +0000 Subject: [PATCH] icalendar: fixed doc string. --- lisp/ChangeLog | 4 ++++ lisp/calendar/icalendar.el | 6 +++--- 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 @@ +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) -- 2.39.2