insert-string - Insert character string into current buffer
n insert-string "string"
insert-string inserts a string n times into the current buffer, moving the cursor position.
insert-string allows text to be built in a buffer without reading it from a file. Some special escape characters are interpreted in the string, as follows:
\n - Enters a new line
\t - A tab character
\b - Backspace
\f - Form-feed
\\ - Literal backslash character '\'
\xXX - Hexadecimal value of character ASCII value
(c) Copyright JASSPA 2001
Last Modified: 2001/07/14
Generated On: 2001/08/15