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


`string-capitalize' - make a new string be capitalized

Usage: (string-capitalize str)
Create a new SCM string containing the same text as the original, only all the first letter of each word is upper cased and all other letters are made lower case.

Arguments:
str - input string


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