On 03/01/2012 11:31 AM, Doug Evans wrote: > Hi. > Committed. I've committed the attached patch, which updates the doc string modified by this patch: >>> @@ -1912,7 +1913,7 @@ Two arguments (separated by a comma) are taken as >>> a range of memory to dump,\n\ >>> Run the ``make'' program using the rest of the line as arguments.")); >>> set_cmd_completer (c, filename_completer); >>> add_cmd ("user", no_class, show_user, _("\ >>> -Show definitions of user defined commands.\n\ >>> +Show definitions of non-python user defined commands.\n\ >>> Argument is the name of the user defined command.\n\ >>> With no argument, show definitions of all user defined commands."), >>> &showlist); >>> add_com ("apropos", class_support, apropos_command, This regresses a test in help.exp. Keith ChangeLog 2012-03-01 Keith Seitz * gdb.base/help.exp (help show user): Update expected result for new doc string changes (add "non-python").