# HG changeset patch # User Juanma Barranquero # Date 1181142346 0 # Node ID fb5153e4322c4a9c59df0a327312fbabd81051e1 # Parent bbec0d955b0e80409a2089a229cd919327177384 (icalendar--diarytime-to-isotime): Fix typo in docstring. diff -r bbec0d955b0e -r fb5153e4322c lisp/calendar/icalendar.el --- 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