aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-01-05 10:40:21 +0000
committerSean Whitton <spwhitton@spwhitton.name>2019-01-05 10:40:41 +0000
commitf28a8c45090262f7fb93c385fa3558903e483918 (patch)
tree88b89e80f8000f3704c6ec734b0fd059294020fb
parent573de371815d1bc7012ecf13dc6408304de49e9d (diff)
downloadorg-d20-f28a8c45090262f7fb93c385fa3558903e483918.tar.gz
better docstring for org-d20-party
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--org-d20.el4
1 files changed, 3 insertions, 1 deletions
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.")