




 
editor:insert-string 
point string
 &optional 
start end
 
Inserts 
string
 at 
point
 in the current buffer. The arguments 
start
 and 
end
 specify the indices within 
string 
of the substring to be inserted. The default values for 
start
 and 
end
 are 0 and 
(length 
string
)
 respectively.
editor:kill-ring-string &optional 
index
Returns either the topmost string on the kill ring, or the nth-topmost string when index n is specified.
editor:points-to-string 
start end
Returns the string between the points start and end .