summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-10-13 11:55:04 -0400
committerKyle Meyer <kyle@kyleam.com>2018-10-13 11:55:04 -0400
commite2f2502757d3593b1d7d683e0d9efb16730eb426 (patch)
treee6f67146396692e4ae43138b97f9323e7aa238d7
parente2d0f32e0063555e14524ff5abd0aa529cc9c52b (diff)
downloadorg-mode-e2f2502757d3593b1d7d683e0d9efb16730eb426.tar.gz
Fix typo in docstring
* lisp/org-agenda.el (org-agenda-move-date-from-past-immediately-to-today): Fix typo.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 322480c..cabdbee 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1227,7 +1227,7 @@ These days get the special face `org-agenda-date-weekend' in the agenda."
"Non-nil means jump to today when moving a past date forward in time.
When using S-right in the agenda to move a a date forward, and the date
stamp currently points to the past, the first key press will move it
-to today. WHen nil, just move one day forward even if the date stays
+to today. When nil, just move one day forward even if the date stays
in the past."
:group 'org-agenda-daily/weekly
:version "24.1"