org-agenda: Fix docstring typo

* lisp/org-agenda.el (org-agenda-custom-commands): Fix docstring typo.
This commit is contained in:
Kyle Meyer 2017-01-25 20:48:41 -05:00
parent 7d52a8c3cc
commit 33e8a3b5d7

View file

@ -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.