Browse Source

org.el (org-get-todo-state): Add a docstring

* org.el (org-get-todo-state): Add a docstring.
Bastien Guerry 12 years ago
parent
commit
428f12841f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -12705,6 +12705,7 @@ Returns the new TODO keyword, or nil if no state change should occur."
   (member (org-get-todo-state) org-done-keywords))
 
 (defun org-get-todo-state ()
+  "Return the TODO keyword of the current subtree."
   (save-excursion
     (org-back-to-heading t)
     (and (looking-at org-todo-line-regexp)