diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-09-29 02:19:06 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-09-29 02:19:06 +0000 |
commit | baf0cb84bf02779e1fda3e34999fef5a5a8f3bab (patch) | |
tree | 14e409817d83ea53f6f1a81e54f76007877bd7a8 /lisp/org | |
parent | 7b1b676db80984b036e1dd59ddd8fcbb9794c106 (diff) | |
download | emacs-baf0cb84bf02779e1fda3e34999fef5a5a8f3bab.tar.gz emacs-baf0cb84bf02779e1fda3e34999fef5a5a8f3bab.tar.bz2 emacs-baf0cb84bf02779e1fda3e34999fef5a5a8f3bab.zip |
* org-agenda.el (org-agenda-restore-windows-after-quit): Fix typo in docstring.
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/org/org-agenda.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 95826a602dd..8e0decf5347 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,8 @@ +2009-09-29 Juanma Barranquero <lekktu@gmail.com> + + * org-agenda.el (org-agenda-restore-windows-after-quit): + Fix typo in docstring. + 2009-09-23 Juanma Barranquero <lekktu@gmail.com> * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels) diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 9e711433c78..ed9d7c05ac6 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el @@ -707,7 +707,7 @@ Before the window configuration is changed for displaying the agenda, 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 `org-agenda-window-setup' is `other-frame', the value of this -option will be ignored.." +option will be ignored." :group 'org-agenda-windows :type 'boolean) |