capword

Move the cursor forward by the specified number of words. As you move convert the first character of the word to upper case, and subsequent characters to lower case. Error if you try and move past the end of the buffer. Bound to "M-C".

int
capword
(
bool f
,
int n
)

Meta