aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/top.c b/gdb/top.c
index b6816bd..680103a 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1380,9 +1380,10 @@ init_main (void)
deprecated_add_show_from_set (c, &showlist);
set_cmd_sfunc (c, set_async_prompt);
- add_com ("dont-repeat", class_support, dont_repeat_command, "Don't repeat this command.\n\
+ add_com ("dont-repeat", class_support, dont_repeat_command, _("\
+Don't repeat this command.\n\
Primarily used inside of user-defined commands that should not be repeated when\n\
-hitting return.");
+hitting return."));
c = add_set_cmd ("editing", class_support, var_boolean, (char *) &async_command_editing_p,
"Set editing of command lines as they are typed.\n\