Eli Zaretskii wrote: >> Date: Thu, 05 Nov 2009 10:13:09 -0800 >> From: Michael Snyder >> CC: Eli Zaretskii , "gdb-patches@sourceware.org" , "glaw@undo-software.com" , "jakob@virtutech.com" >> >>> Could you add some works in cmd help to talk about "begin" and "end"? >> Added, plus a few more _()'s, per comment from Eli. > > Thanks. One more nit: > >> + add_com ("goto-bookmark", class_bookmark, goto_bookmark_command, _("\ >> +Go to an earlier-bookmarked point in the program's execution history.\n\ >> +Argument is a bookmark saved earlier by using the 'bookmark' command,\n\ >> +or the special arguments:\n\ >> + start (beginning of recording)\n\ >> + end (end of recording)\n")); > > This says nothing about what kind of argument it expects. Is it a > number? a name (i.e. string)? something else? Thanks. Better?