| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |