Browse Source

Fix small docstring typo.

Bastien Guerry 14 years ago
parent
commit
905d2f7489
1 changed files with 1 additions and 1 deletions
  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