|  | ||
| 
 | 
 BOOLEAN undo_one ( void ) 
 
 
 
 | 
 | 
| Synopsis | #include "silver.h" 
 The undo_one function executes the current undo command (it is the programmatic equivalent to Edit > Undo) 
 | 
 | 
| Parameters | none 
 | 
 | 
| Return Value | none 
 | 
 | 
| Remarks | To check if there is an undo command available to execute, see is_undo_available. 
 | 
 | 
| See Also | 
 |