diff options
| author | Ulf Jasper | 2009-01-25 21:23:39 +0000 |
|---|---|---|
| committer | Ulf Jasper | 2009-01-25 21:23:39 +0000 |
| commit | 3edf5284641804b655100d2c441ba09fc2bff243 (patch) | |
| tree | afa3c2fc051584cedbb428f49472d6e339279cc7 | |
| parent | c932f02a84ddfecaf6dac4787a3c5863f39c2e58 (diff) | |
| download | emacs-3edf5284641804b655100d2c441ba09fc2bff243.tar.gz emacs-3edf5284641804b655100d2c441ba09fc2bff243.zip | |
icalendar: fixed doc string.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2009-01-25 Ulf Jasper <ulf.jasper@web.de> | ||
| 2 | |||
| 3 | * calendar/icalendar.el (icalendar-uid-format): Fixed doc string. | ||
| 4 | |||
| 1 | 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com> | 5 | 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 6 | ||
| 3 | * term/ns-win.el (ns-insert-working-text, ns-delete-working-text): | 7 | * 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: | |||
| 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 | ||