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


`shell-str' - double quote shell string

Usage: (shell-str string)
Convert the text of the string into a double quoted string that a normal shell will process into the original string, almost. It will add the escape character \\ before two special characters to accomplish

Arguments:
string - string to transform


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