Selaa lähdekoodia

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

* org.el (org-get-todo-state): Add a docstring.
Bastien Guerry 12 vuotta sitten
vanhempi
commit
428f12841f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)