Index: obj_pstk.h =================================================================== --- obj_pstk.h (revision 13098) +++ obj_pstk.h (revision 13099) @@ -164,7 +164,7 @@ /* Mirror a padstack (useful for sending to the other side - set swap_side to 1 in that case) */ void pcb_pstk_mirror(pcb_pstk_t *ps, pcb_coord_t y_offs, int swap_side); -/* Undoable move (op wrapper) */ +/* High level move (op wrapper; no undo) */ void pcb_pstk_move(pcb_pstk_t *ps, pcb_coord_t dx, pcb_coord_t dy, pcb_bool more_to_come); /* Low level move - updates only the coordinates and the bbox */