org.el (org-read-date): Docstring fix

* org.el (org-read-date): Docstring fix.
This commit is contained in:
Bastien Guerry 2012-09-01 15:04:23 +02:00
parent a15d8283e5
commit 727c558c0f
1 changed files with 5 additions and 5 deletions

View File

@ -15412,11 +15412,11 @@ If you don't like the calendar, turn it off with
With optional argument TO-TIME, the date will immediately be converted With optional argument TO-TIME, the date will immediately be converted
to an internal time. to an internal time.
With an optional argument WITH-TIME, the prompt will suggest to also With an optional argument ORG-WITH-TIME, the prompt will suggest to
insert a time. Note that when WITH-TIME is not set, you can still also insert a time. Note that when ORG-WITH-TIME is not set, you can
enter a time, and this function will inform the calling routine about still enter a time, and this function will inform the calling routine
this change. The calling routine may then choose to change the format about this change. The calling routine may then choose to change the
used to insert the time stamp into the buffer to include the time. format used to insert the time stamp into the buffer to include the time.
With optional argument FROM-STRING, read from this string instead from With optional argument FROM-STRING, read from this string instead from
the user. PROMPT can overwrite the default prompt. DEFAULT-TIME is the user. PROMPT can overwrite the default prompt. DEFAULT-TIME is
the time/date that is used for everything that is not specified by the the time/date that is used for everything that is not specified by the