0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

org.el (org-read-date-display-live): Enhance docstring

* lisp/org.el (org-read-date-display-live): Document that live
display is only available when `org-read-date-popup-calendar' is
non-nil.

See <https://orgmod.org/list/20200630180259.zj3krk57x5iqmbsj@orion>

Reported-by: Edmund Christian Herenz <eherenz@eso.org>
This commit is contained in:
Bastien 2020-09-05 17:33:04 +02:00
parent 479e09a8e2
commit c09518b5f6

View file

@ -2657,7 +2657,9 @@ stamps outside of this range."
(defcustom org-read-date-display-live t
"Non-nil means display current interpretation of date prompt live.
This display will be in an overlay, in the minibuffer."
This display will be in an overlay, in the minibuffer. Note that
live display is only active when `org-read-date-popup-calendar'
is non-nil."
:group 'org-time
:type 'boolean)