incf
incf is an alias for `cl-incf' in `cl.el
'.
(incf PLACE &optional X)
Increment PLACE by X (1 by default).
PLACE may be a symbol, or any generalized variable allowed by `setf'.
The return value is the incremented value of PLACE.
cl.el
'.
(incf PLACE &optional X)
Increment PLACE by X (1 by default).
PLACE may be a symbol, or any generalized variable allowed by `setf'.
The return value is the incremented value of PLACE.