From: Juanma Barranquero Date: Wed, 6 Jun 2007 15:05:46 +0000 (+0000) Subject: (icalendar--diarytime-to-isotime): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~12479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0c89b362f60617bf457b678b277e8b6fd990bbf;p=emacs.git (icalendar--diarytime-to-isotime): Fix typo in docstring. --- diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index 7bbd12a436e..6238a7f1ea9 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el @@ -678,7 +678,7 @@ takes care of european-style." 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