Pārlūkot izejas kodu

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

* org.el (org-read-date): Docstring fix.
Bastien Guerry 12 gadi atpakaļ
vecāks
revīzija
727c558c0f
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      lisp/org.el

+ 5 - 5
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
 to an internal time.
-With an optional argument WITH-TIME, the prompt will suggest to also
-insert a time.  Note that when WITH-TIME is not set, you can still
-enter a time, and this function will inform the calling routine about
-this change.  The calling routine may then choose to change the format
-used to insert the time stamp into the buffer to include the time.
+With an optional argument ORG-WITH-TIME, the prompt will suggest to
+also insert a time.  Note that when ORG-WITH-TIME is not set, you can
+still enter a time, and this function will inform the calling routine
+about this change.  The calling routine may then choose to change the
+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
 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