summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-06-27 16:36:29 +0200
committerBastien Guerry <bzg@altern.org>2013-06-27 16:36:29 +0200
commitbe4e4ba9891a9fb13f8a69ea095df5cc70a2eb0a (patch)
treedbd505d67b6b75863193409fe7bdef29d49f3b75
parent640339845e0e18454f43147d2e7c76e76be17c19 (diff)
downloadorg-mode-be4e4ba9891a9fb13f8a69ea095df5cc70a2eb0a.tar.gz
org-agenda.el (org-agenda-skip-eval): Fix typo in docstring
* org-agenda.el (org-agenda-skip-eval): Fix typo in docstring.
-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 fe2c743..75a51ec 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -3878,7 +3878,7 @@ continue from there."
(throw :skip t))))
(defun org-agenda-skip-eval (form)
- "If FORM is a function or a list, call (or eval) is and return result.
+ "If FORM is a function or a list, call (or eval) it and return the result.
`save-excursion' and `save-match-data' are wrapped around the call, so point
and match data are returned to the previous state no matter what these
functions do."