Mercurial > emacs
changeset 81163:fb5153e4322c
(icalendar--diarytime-to-isotime): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 06 Jun 2007 15:05:46 +0000 |
parents | bbec0d955b0e |
children | f4ca15f9c692 |
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 15:04:33 2007 +0000 +++ b/lisp/calendar/icalendar.el Wed Jun 06 15:05:46 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