diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index ee68fd7fc..b58efbd0a 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -941,6 +941,10 @@ can be omitted. Note that the returned string may be longer than the input string. For example, ``ä`` is replaced with ``a``, and ``æ`` is replaced with ``ae``. +* ``dfhack.capitalizeStringWords(string)`` + + Return a version of the string with each word capitalized. + * ``dfhack.run_command(command[, ...])`` Run an arbitrary DFHack command, with the core suspended, and send output to