aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-d20.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-d20.el b/org-d20.el
index 457cc54..21c1964 100644
--- a/org-d20.el
+++ b/org-d20.el
@@ -106,7 +106,7 @@ the best N of them, e.g., 4d6k3."
rolls))))))
(defun org-d20-initiative ()
- "Generates an Org-mode table with initiative order and monster HP."
+ "Generates an Org-mode table with initiative order and monster/NPC HP."
(interactive "*")
(let ((rows))
(let (name-input init-input hd-input num-input)