Mercurial > emacs
changeset 77934:fc20957a3166
(icalendar--diarytime-to-isotime): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 06 Jun 2007 21:58:58 +0000 |
parents | 50f4b7448cfa |
children | acf3084ae2af |
files | lisp/calendar/icalendar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/icalendar.el Wed Jun 06 21:57:34 2007 +0000 +++ b/lisp/calendar/icalendar.el Wed Jun 06 21:58:58 2007 +0000 @@ -678,7 +678,7 @@ nil))) (defun icalendar--diarytime-to-isotime (timestring ampmstring) - "Convert a a time like 9:30pm to an iso-conform string like T213000. + "Convert a time like 9:30pm to an iso-conform string like T213000. In this example the TIMESTRING would be \"9:30\" and the AMPMSTRING would be \"pm\"." (if timestring