| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: lisp-edit-pane
Reindents the line of text of a lisp-edit-pane
that the text cursor
is currently in. This is done by adding or removing spaces at the
beginning of the line as needed to indent the line within its
surrounding Lisp form, according to Lisp source code indenting
conventions.
An application could make the TAB key call this function, for example, as the IDE editor does. (See virtual-key-down and set-event-function.)
See also reindent-region.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |