Go to the first, previous, next, last section, table of contents.


`string-downcase!' - make a string be lower case

Usage: (string-downcase! str)
Change to lower case all the characters in an SCM string.

Arguments:
str - input/output string


Go to the first, previous, next, last section, table of contents.