$NetBSD: patch-ab,v 1.3 2003/11/05 22:31:43 dmcmahill Exp $ --- src/cmd.c.orig 2003-02-12 22:54:17.000000000 -0500 +++ src/cmd.c @@ -42,9 +42,9 @@ #include XSCM_HOOK(new_visiblewave_hook, "new-visiblewave-hook", 1, (SCM vw), -"This hook is invoked with one VisibleWave argument, VW, -when the VisibleWave is first created. The main purpose of this hook -will be to create the button and menus attached to the VisibleWave."); +"This hook is invoked with one VisibleWave argument, VW," +"when the VisibleWave is first created. The main purpose of this hook " +"will be to create the button and menus attached to the VisibleWave."); /* reset the x zoom scale of all panels */ gint cmd_zoom_absolute(double start, double end) @@ -131,8 +131,8 @@ vw_wp_list_if_selected(gpointer p, gpoin } XSCM_DEFINE(delete_selected_waves_x, "delete-selected-waves!", 0, 0, 0, (), - "Remove from panels any VisibleWaves that have been -selected by clicking on their label-buttons.") + "Remove from panels any VisibleWaves that have been" +"selected by clicking on their label-buttons.") #define FUNC_NAME s_delete_selected_waves_x { int i; @@ -612,9 +612,9 @@ XSCM_DEFINE(visiblewave_panel, "visiblew #undef FUNC_NAME XSCM_DEFINE(visiblewave_button, "visiblewave-button", 1, 0, 0, (SCM vw), -"Given a VisibleWave VW, return the Gtk button associated with the -wave. Since the button already has a label, all you can do is -add events to the button.") +"Given a VisibleWave VW, return the Gtk button associated with the" +"wave. Since the button already has a label, all you can do is" +"add events to the button.") #define FUNC_NAME s_visiblewave_button { VisibleWave *cvw; @@ -701,8 +701,8 @@ XSCM_DEFINE(set_visiblewave_color_x, "se XSCM_DEFINE(set_visiblewave_measure_x, "set-visiblewave-measure!", 3, 0, 0, (SCM vw, SCM n, SCM func), - "Change the measurement box numbered N (0 or 1) of displayed waveform - VW to display the result of the measurement function FUNC") + "Change the measurement box numbered N (0 or 1) of displayed waveform" + "VW to display the result of the measurement function FUNC") #define FUNC_NAME s_set_visiblewave_measure_x { VisibleWave *cvw;