




 
Each buffer that you manipulate interactively using editor commands is an object of type 
editor:buffer
 that can be used directly when programming the editor. Buffers contain an arbitrary number of 
editor:point
 objects, which are used when examining or modifying the text in a buffer (see Points).