# HG changeset patch # User Juanma Barranquero # Date 1181167138 0 # Node ID fc20957a3166f8e0feab4cb553282a7c89f8ec75 # Parent 50f4b7448cfa12c9c7d8b2f73e36e7633f289cbe (icalendar--diarytime-to-isotime): Fix typo in docstring. diff -r 50f4b7448cfa -r fc20957a3166 lisp/calendar/icalendar.el --- 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