org-eval-in-calendar: Fix docstring

* lisp/org.el (org-eval-in-calendar): Fix docstring's description of
  KEEPDATE.
This commit is contained in:
Kyle Meyer 2016-03-01 23:31:49 -05:00
parent 105a446697
commit be5452b126
1 changed files with 1 additions and 2 deletions

View File

@ -17333,8 +17333,7 @@ user function argument order change dependent on argument order."
(defun org-eval-in-calendar (form &optional keepdate) (defun org-eval-in-calendar (form &optional keepdate)
"Eval FORM in the calendar window and return to current window. "Eval FORM in the calendar window and return to current window.
When KEEPDATE is non-nil, update `org-ans2' from the cursor date, Unless KEEPDATE is non-nil, update `org-ans2' to the cursor date."
otherwise stick to the current value of `org-ans2'."
(let ((sf (selected-frame)) (let ((sf (selected-frame))
(sw (selected-window))) (sw (selected-window)))
(select-window (get-buffer-window "*Calendar*" t)) (select-window (get-buffer-window "*Calendar*" t))