Explorar o código

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

* org.el (org-get-todo-state): Add a docstring.
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
428f12841f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)