aboutsummaryrefslogtreecommitdiff
path: root/org-d20.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-01-05 10:40:48 +0000
committerSean Whitton <spwhitton@spwhitton.name>2019-01-05 10:40:48 +0000
commitde9f5f34638147190931e22ff95b13f4b9d9fcfc (patch)
tree600478137bb6f534a1679ed5fa7c997623f784d8 /org-d20.el
parentf28a8c45090262f7fb93c385fa3558903e483918 (diff)
downloadorg-d20-de9f5f34638147190931e22ff95b13f4b9d9fcfc.tar.gz
fix docstring for org-d20-initiative
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'org-d20.el')
-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)