Fix hook docstring to reflect renaming of state to org-state.
commit275905ed8d5492c3b570dc6f8482d570baa1ef82
authorMatt Lundin <mdl@imapmail.org>
Sat, 7 Apr 2012 12:13:55 +0000 (7 07:13 -0500)
committerBastien Guerry <bzg@altern.org>
Mon, 9 Apr 2012 14:57:11 +0000 (9 16:57 +0200)
treef1028cb5b2160d23e73c426e3b0a024d98df9a24
parent8dda2fc1eec75b9fe21bc796dca31747795a7475
Fix hook docstring to reflect renaming of state to org-state.

* lisp/org.el: (org-after-todo-state-change-hook): Fix docstring to
  reflect name change of state to org-state.

The renamed variable can cause user hooks added to
org-after-todo-state-change-hook to break, so it is essential to have
the correct variable name in the docstring.
lisp/org.el