]> git.eshelyaron.com Git - emacs.git/commitdiff
icalendar: fixed doc string.
authorUlf Jasper <ulf.jasper@web.de>
Sun, 25 Jan 2009 21:23:39 +0000 (21:23 +0000)
committerUlf Jasper <ulf.jasper@web.de>
Sun, 25 Jan 2009 21:23:39 +0000 (21:23 +0000)
lisp/ChangeLog
lisp/calendar/icalendar.el

index 6049c1e4ec139de84d8a52b1c3e7fab38890c0e8..11a7957cfb4b07beb7fee08a4baa25be27459b35 100644 (file)
@@ -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):
index 0ea2e6fdb63efbbaf43c7c587e41fec89879cefc..fe3b9771973993eef3b154a74912a8b06db4c379 100644 (file)
@@ -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)