Selaa lähdekoodia

Merge branch 'master' into next

Kyle Meyer 7 vuotta sitten
vanhempi
commit
1c5339e974
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      doc/org-manual.org
  2. 1 1
      lisp/org-agenda.el

+ 1 - 1
doc/org-manual.org

@@ -20072,7 +20072,7 @@ number.  Here are tips to speed up:
   #+vindex: org-agenda-inhibit-startup
   #+vindex: org-agenda-inhibit-startup
 
 
   #+begin_src emacs-lisp
   #+begin_src emacs-lisp
-  (setq org-agenda-inhibit-startup nil)
+  (setq org-agenda-inhibit-startup t)
   #+end_src
   #+end_src
 
 
 - Disable tag inheritance for agendas:
 - Disable tag inheritance for agendas:

+ 1 - 1
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.
   "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
 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
 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."
 in the past."
   :group 'org-agenda-daily/weekly
   :group 'org-agenda-daily/weekly
   :version "24.1"
   :version "24.1"