Up: Edit Lisp Code   [Index]


F.4.1 Structured Editing

Structured editing is a way of editing source code which attempts, as much as is possible, to keep the source code consistently valid. This means, among other things, that the inserting of an open parenthesis should insert the closing one as well.