comparison 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
comparison
equal deleted inserted replaced
101496:c9955e4e7257 101497:dd2ac0d143cb
220 %h HASH, a hash value of the diary entry, 220 %h HASH, a hash value of the diary entry,
221 %s DTSTART, the start date (excluding time) of the diary entry, 221 %s DTSTART, the start date (excluding time) of the diary entry,
222 %t TIMESTAMP, a unique creation timestamp, 222 %t TIMESTAMP, a unique creation timestamp,
223 %u USERNAME, the user-login-name. 223 %u USERNAME, the user-login-name.
224 224
225 For example, a value of \"DTSTART_HASH@mydomain.com\" will 225 For example, a value of \"%s_%h@mydomain.com\" will generate a
226 generate a UID code for each entry composed of the time of the 226 UID code for each entry composed of the time of the event, a hash
227 event, a hash code for the event, and your personal domain name." 227 code for the event, and your personal domain name."
228 :type 'string 228 :type 'string
229 :group 'icalendar) 229 :group 'icalendar)
230 230
231 (defvar icalendar-debug nil 231 (defvar icalendar-debug nil
232 "Enable icalendar debug messages.") 232 "Enable icalendar debug messages.")