Index: trunk/src/select_act.c =================================================================== --- trunk/src/select_act.c (revision 17704) +++ trunk/src/select_act.c (revision 17705) @@ -56,7 +56,6 @@ "Select(Object|ToggleObject)\n" "Select(All|Block|Connection)\n" "Select(Convert)"; - static const char pcb_acth_Select[] = "Toggles or sets the selection."; /* %start-doc actions Select @@ -171,9 +170,7 @@ /* --------------------------------------------------------------------------- */ -static const char pcb_acts_Unselect[] = - "Unselect(All|Block|Connection)\n"; - +static const char pcb_acts_Unselect[] = "Unselect(All|Block|Connection)\n"; static const char pcb_acth_Unselect[] = "Unselects the object at the pointer location or the specified objects."; /* %start-doc actions Unselect