Index: trunk/src/obj_pstk.h =================================================================== --- trunk/src/obj_pstk.h (revision 13098) +++ trunk/src/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 */ Index: trunk/src/obj_subc.h =================================================================== --- trunk/src/obj_subc.h (revision 13098) +++ trunk/src/obj_subc.h (revision 13099) @@ -67,7 +67,7 @@ void pcb_subc_rotate(pcb_subc_t *subc, pcb_coord_t cx, pcb_coord_t cy, double cosa, double sina, double angle); -/* Undoable move (op wrapper) */ +/* High level move (op wrapper; no undo) */ void pcb_subc_move(pcb_subc_t *sc, pcb_coord_t dx, pcb_coord_t dy, pcb_bool more_to_come);