summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-12-21 08:26:34 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2010-12-21 08:26:34 +0100
commitce157879de978cda5f73149930bb0da898391403 (patch)
tree58e0942f1d1e30d9451e561c57a354e80779eb74
parent5f77fd6a81a4241ce5a8e346acb9df089d65b462 (diff)
downloadorg-mode-ce157879de978cda5f73149930bb0da898391403.tar.gz
Fix typo
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index f32c60e..1cdaaa0 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1316,7 +1316,7 @@ This format works similar to a printf format, with the following meaning:
%t the time-of-day specification if one applies to the entry, in the
format HH:MM
%s Scheduling/Deadline information, a short string
- %(expression) Eval expression and replaces the control string
+ %(expression) Eval EXPRESSION and replace the control string
by the result
All specifiers work basically like the standard `%s' of printf, but may