(icalendar--diarytime-to-isotime): Fix typo in docstring.
This commit is contained in:
parent
5e29464c2b
commit
a864048b9e
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ takes care of european-style."
|
||||||
nil)))
|
nil)))
|
||||||
|
|
||||||
(defun icalendar--diarytime-to-isotime (timestring ampmstring)
|
(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
|
In this example the TIMESTRING would be \"9:30\" and the AMPMSTRING
|
||||||
would be \"pm\"."
|
would be \"pm\"."
|
||||||
(if timestring
|
(if timestring
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue