icalendar: fixed doc string.
This commit is contained in:
parent
c932f02a84
commit
3edf528464
2 changed files with 7 additions and 3 deletions
|
@ -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):
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue