Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20640) +++ trunk/doc/user/09_appendix/action_details.html (revision 20641) @@ -1504,6 +1504,18 @@ s . +

wq

+

+This command has been added for the convenience of + +vi + + users and has the same functionality as +s + combined with +q +. + Index: trunk/doc/user/09_appendix/action_src/wq.html =================================================================== --- trunk/doc/user/09_appendix/action_src/wq.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/wq.html (revision 20641) @@ -0,0 +1,2 @@ +This command has been added for the convenience of vi users and +has the same functionality as s combined with q. Index: trunk/src_plugins/shand_cmd/command.c =================================================================== --- trunk/src_plugins/shand_cmd/command.c (revision 20640) +++ trunk/src_plugins/shand_cmd/command.c (revision 20641) @@ -204,16 +204,7 @@ static const char pcb_acts_SaveLayoutAndQuit[] = "wq"; static const char pcb_acth_SaveLayoutAndQuit[] = "Saves the layout data and quits."; - -/* %start-doc actions wq - -This command has been added for the convenience of @code{vi} users and -has the same functionality as @code{s} combined with @code{q}. - -@colonaction - -%end-doc */ - +/* DOC: wq.html */ static fgw_error_t pcb_act_SaveLayoutAndQuit(fgw_arg_t *res, int argc, fgw_arg_t *argv) { if (PCB_ACT_CALL_C(pcb_act_SaveLayout, res, argc, argv) == 0)