summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-01-25 20:48:41 -0500
committerKyle Meyer <kyle@kyleam.com>2017-01-25 20:48:41 -0500
commit33e8a3b5d7baa5516f56d7f3d2fd098f214358f7 (patch)
treebac872cd17a2afa45279a9fd5987e341a9ed4395
parent7d52a8c3cc86c8ce03eda006752af1ab4bed4316 (diff)
downloadorg-mode-33e8a3b5d7baa5516f56d7f3d2fd098f214358f7.tar.gz
org-agenda: Fix docstring typo
* lisp/org-agenda.el (org-agenda-custom-commands): Fix docstring typo.
-rw-r--r--lisp/org-agenda.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 220ba5f..cdbcd4f 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -469,8 +469,8 @@ match What to search for:
settings A list of option settings, similar to that in a let form, so like
this: ((opt1 val1) (opt2 val2) ...). The values will be
evaluated at the moment of execution, so quote them when needed.
-files A list of files file to write the produced agenda buffer to
- with the command `org-store-agenda-views'.
+files A list of files to write the produced agenda buffer to with
+ the command `org-store-agenda-views'.
If a file name ends in \".html\", an HTML version of the buffer
is written out. If it ends in \".ps\", a postscript version is
produced. Otherwise, only the plain text is written to the file.