Selaa lähdekoodia

Fix small docstring typo.

Bastien Guerry 15 vuotta sitten
vanhempi
commit
905d2f7489
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -917,7 +917,7 @@ It only matters if `org-agenda-window-setup' is `reorganize-frame'."
   :type '(cons (number :tag "Minimum") (number :tag "Maximum")))
   :type '(cons (number :tag "Minimum") (number :tag "Maximum")))
 
 
 (defcustom org-agenda-restore-windows-after-quit nil
 (defcustom org-agenda-restore-windows-after-quit nil
-  "Non-nil means restore window configuration open exiting agenda.
+  "Non-nil means restore window configuration upon exiting agenda.
 Before the window configuration is changed for displaying the agenda,
 Before the window configuration is changed for displaying the agenda,
 the current status is recorded.  When the agenda is exited with
 the current status is recorded.  When the agenda is exited with
 `q' or `x' and this option is set, the old state is restored.  If
 `q' or `x' and this option is set, the old state is restored.  If