cl-decf

cl-decf is a Lisp macro in `cl-lib.el'.

(cl-decf PLACE &optional X)

Decrement PLACE by X (1 by default).
PLACE may be a symbol, or any generalized variable allowed by `setf'.
The return value is the decremented value of PLACE.