org.el (org-read-date): Docstring fix
* org.el (org-read-date): Docstring fix.
This commit is contained in:
parent
a15d8283e5
commit
727c558c0f
10
lisp/org.el
10
lisp/org.el
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue