In smalltalk, most editing is modeless - this means, that your changes do not affect the underlying text or object until you say so by accepting.
The exact meaning depends on the context in which this command is executed.
A fileBrowser will save the text in the edited file.
A systemBrowser, will compile and install the code or class being edited.