| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: text-edit-pane
Modifies window so that it is in the state that it was in just before the most recent call to undo-command on the window. This is done only if there have been no user text edits since undo-command was called, other than other calls to redo-command. If redo-command is called multiple times in succession, any further text edits that were undone by successive calls to undo-command are redone until there are no more to redo.
The window should be an instance of the text-edit-pane
class or one of its subclasses.
This includes rich-edit-pane
s.
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 |