<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDocument/ChangeType/changeRedone",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSDocumentChangeType@NSChangeRedone"
  },
  "title" : "NSDocument.ChangeType.changeRedone"
}
-->

# NSDocument.ChangeType.changeRedone

A single change has been redone.

```
case changeRedone
```

## Discussion

For example, the built-in undo support of [`NSDocument`](/documentation/AppKit/NSDocument) passes this value whenever a document receives an <doc://com.apple.documentation/documentation/Foundation/NSNotification/Name-swift.struct/NSUndoManagerDidRedoChange> from its own undo manager.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)