Better description for a function.
This commit is contained in:
parent
b0c3601e4c
commit
1a99ec6539
1 changed files with 4 additions and 1 deletions
|
|
@ -37,7 +37,10 @@
|
||||||
"Directory path containing the tables to load and create functions.")
|
"Directory path containing the tables to load and create functions.")
|
||||||
|
|
||||||
(defvar rpgdm-tables (make-hash-table :test 'equal)
|
(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 ()
|
(defun rpgdm-tables-clear ()
|
||||||
"Clear previously loaded tables."
|
"Clear previously loaded tables."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue