154 | | Undo is supported for all refactorings except for renaming a module. In order |
155 | | to use it, execute "Undo (one step only)" ({{{C-c C-r U}}}). This restores the files to |
156 | | their state before the last refactoring step. This restoration includes dropping |
157 | | all the changes that you may have done to these files. You have been warned. |
158 | | |
159 | | For renaming a module, the easiest way to undo the transformation is to do |
160 | | the inverse transformation: rename the module to its previous name. |
| 154 | For details about the undo function see page EmacsInterface/Undo. |