> Uwe Brauer writes: > The line above "increments" an integer variable "in place", in other > words that line is the exact equivalent of: > (setq my-subject-counter (+ my-subject-counter 1)) > In effect, the `cl-incf' "contains" the `setq' inside it. Ok, thanks