Fix depdendencies for gendoc.

This commit is contained in:
Dominik Pantůček 2023-12-05 22:04:14 +01:00
parent 1388f00415
commit 24c829cbc8
2 changed files with 13 additions and 2 deletions

View file

@ -388,6 +388,16 @@ quoted-printable sequences.
Returns the ```str``` with all characters converted to upper case
using ```char-upcase```. Does not work with UTF-8.
### string-capitalize [procedure]
(string-capitalize str)
* ```str``` - arbitrary string
Returns the ```str``` with the first character converted to upper case
using ```char-upcase``` and the remainder converted to lower case
using ```char-downcase```. Does not work with UTF-8.
## util-mail [module]
(import util-mail)