From f28a8c45090262f7fb93c385fa3558903e483918 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 5 Jan 2019 10:40:21 +0000 Subject: better docstring for org-d20-party Signed-off-by: Sean Whitton --- org-d20.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org-d20.el b/org-d20.el index 935329b..457cc54 100644 --- a/org-d20.el +++ b/org-d20.el @@ -50,7 +50,9 @@ (require 'dash) (defcustom org-d20-party nil - "Party initiative modifiers.") + "Party initiative modifiers. A list of cons cells, where the + car of each cell is a character's name, and the cdr of each + cell is that character's initiative modifier as an integer.") (defcustom org-d20-dice-sound nil "Path to a sound file that `play-sound-file' can play.") -- cgit v1.2.3