summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-19 12:29:27 +0200
committerBastien Guerry <bzg@altern.org>2012-09-19 12:29:27 +0200
commit0d73ee4f3047fdbe330400734d0aa6ff6cdd310a (patch)
treed164260d30d08b3b37711767bfab65600fd75c0b
parent6cff4db20c74ba68e834c001fa1ee66dab6e79be (diff)
downloadorg-mode-0d73ee4f3047fdbe330400734d0aa6ff6cdd310a.tar.gz
org.el (org-cycle-hook): Fix tiny typo in docstring
* org.el (org-cycle-hook): Fix tiny typo in docstring.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 5eb6a3f..419d17c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -977,7 +977,7 @@ the values `folded', `children', or `subtree'."
The function(s) in this hook must accept a single argument which indicates
the new state that was set by the most recent `org-cycle' command. The
argument is a symbol. After a global state change, it can have the values
-`overview', `content', or `all'. After a local state change, it can have
+`overview', `contents', or `all'. After a local state change, it can have
the values `folded', `children', or `subtree'."
:group 'org-cycle
:type 'hook)