My question may be really elementary, simple, or obvious, and yet the solution misses me.
My question is on a combinatorics answer to the question Proving $\sum\limits_{m=0}^M \binom{m+k}{k} = \binom{k+M+1}{k+1}$.
I follow most of the mathematics in the answer, such as the Chu-Vandermonde identity, identity $(\mathbf{1})$ below,
$$\binom{-n}{k}=(-1)^k\binom{n+k-1}{k}\tag{1}$$
and all the steps except for two, namely, how does $(\mathbf{6})$ follow from $(\mathbf{5})$?
$$ \begin{align} &=(-1)^{M-n}\binom{-k-n-2}{M-n}\tag{5}\\ &=\binom{M+k+1}{M-n}\tag{6}\\ \end{align}$$
The following shows my attempt to answer that question.
I noticed that $(\mathbf{5})$ takes the same form as the $(-1)^k\binom{n+k-1}{k}$ of identity $(\mathbf{1})$. For example, both have $(-1)$ raised to a power $k$, and multiplied by a binomial coefficient that is indexed by $k$. Now, if the expression $$(-1)^{M-n}\binom{-k-n-2}{M-n}\tag{5}$$
is somehow in a form compatible with identity $(\mathbf{1})$, then we can substitute $(\mathbf{5})$ into the RHS of $(\mathbf{1})$, and the LHS result of $(\mathbf{1})$ will hopefully equal $(\mathbf{6})$.
Still, it's not immediately obvious to me if or how $(\mathbf{5})$ can be transformed into the RHS of $(\mathbf{1})$, so that we can apply the identity $(\mathbf{1})$ to show $(\mathbf{5}) = (\mathbf{6}) $ .
What algebraic manipulations, renaming, substitutions, identities or otherwise, are needed to show $(\mathbf{5}) = (\mathbf{6})$?