branch: elpa/magit
commit a5756e3f43b4adc46e5f51c94f73ad79e71d33ae
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-diff--dwim: Update type list in docstring
---
lisp/magit-diff.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 58213e0d377..00243ecdc88 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -1183,8 +1183,8 @@ use the commands that allow you to explicitly specify
what you need."
The information can be in three forms:
1. TYPE
A symbol describing a type of diff where no additional information
- is needed to generate the diff. Currently, this includes `staged',
- `unstaged' and `unmerged'.
+ is needed to generate the diff. One of `staged', `unstaged',
+ `unmerged', and `undefined'.
2. (TYPE . VALUE)
Like #1 but the diff requires additional information, which is
given by VALUE. Currently, this includes `commit' and `stash',