From 1a99ec653953458416df9c7640a111b11f61cbf2 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 22 Feb 2022 14:26:32 -0800 Subject: [PATCH] Better description for a function. --- rpgdm-tables.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpgdm-tables.el b/rpgdm-tables.el index e7279b5..a283aa1 100644 --- a/rpgdm-tables.el +++ b/rpgdm-tables.el @@ -37,7 +37,10 @@ "Directory path containing the tables to load and create functions.") (defvar rpgdm-tables (make-hash-table :test 'equal) - "Collection of tables and lists for the Dungeon Master.") + "Collection of tables and lists for the Dungeon Master. +When a table directory is first loaded, the _values_ are the +filenames. After a call to `rpgdm-tables-choose', the value +is replaced by the data (in the form of a data structure).") (defun rpgdm-tables-clear () "Clear previously loaded tables."