decf
decf is an alias for `cl-decf' in `cl.el
'.
(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.
cl.el
'.
(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.