From de9f5f34638147190931e22ff95b13f4b9d9fcfc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 5 Jan 2019 10:40:48 +0000 Subject: fix docstring for org-d20-initiative Signed-off-by: Sean Whitton --- org-d20.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-d20.el') 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) -- cgit v1.2.3