org.el (org-cycle-hook): Fix tiny typo in docstring

* org.el (org-cycle-hook): Fix tiny typo in docstring.
This commit is contained in:
Bastien Guerry 2012-09-19 12:29:27 +02:00
parent 6cff4db20c
commit 0d73ee4f30
1 changed files with 1 additions and 1 deletions

View File

@ -977,7 +977,7 @@ the values `folded', `children', or `subtree'."
The function(s) in this hook must accept a single argument which indicates 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 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 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'." the values `folded', `children', or `subtree'."
:group 'org-cycle :group 'org-cycle
:type 'hook) :type 'hook)