Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The target on the cut, copy, and paste menu items is nil. We know that sending a message to nil will not do anything. In fact, all target/action messages are handled by NSApplication. It has the following method:
- (BOOL)sendAction:(SEL)anAction to:(id)aTarget from:(id)sender