diff options
author | Michael Snyder <msnyder@vmware.com> | 1997-04-29 00:32:03 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 1997-04-29 00:32:03 +0000 |
commit | 6a85a617df03fe49e5132682e847440e2f97a6f4 (patch) | |
tree | a4ce1dab0d3afe6ded95ea81676b0d172fe4c302 /gdb/top.c | |
parent | abcf64e73ad0741eaf1ef764e9698bd8bc5d3882 (diff) | |
download | gdb-6a85a617df03fe49e5132682e847440e2f97a6f4.zip gdb-6a85a617df03fe49e5132682e847440e2f97a6f4.tar.gz gdb-6a85a617df03fe49e5132682e847440e2f97a6f4.tar.bz2 |
Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
* top.c: change "to enable to enable" to "to enable" in a couple
of help strings.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3567,7 +3567,7 @@ hitting return."); add_show_from_set (add_set_cmd ("editing", class_support, var_boolean, (char *)&command_editing_p, "Set editing of command lines as they are typed.\n\ -Use \"on\" to enable to enable the editing, and \"off\" to disable it.\n\ +Use \"on\" to enable the editing, and \"off\" to disable it.\n\ Without an argument, command line editing is enabled. To edit, use\n\ EMACS-like or VI-like commands like control-P or ESC.", &setlist), &showlist); @@ -3588,7 +3588,7 @@ Without an argument, history expansion is enabled.", &sethistlist), add_show_from_set (add_set_cmd ("save", no_class, var_boolean, (char *)&write_history_p, "Set saving of the history record on exit.\n\ -Use \"on\" to enable to enable the saving, and \"off\" to disable it.\n\ +Use \"on\" to enable the saving, and \"off\" to disable it.\n\ Without an argument, saving is enabled.", &sethistlist), &showhistlist); |