Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing some call_modify examples w/ NULL -> zap()
Some examples in call_modify() predate the introduction of zap() and use the older `[arg] = NULL` syntax. In particular, this made line 560's example, `call_modify(call, bar = NULL, bar = missing_arg())`, no longer illustrate its key behavior. Changed that, plus 2 other (likely less important) examples where argument removal seems to have been intended.
- Loading branch information