# HG changeset patch # User John W. Eaton # Date 1208397059 14400 # Node ID 62279ce5654c95c7ce32dcea8b45b444fbd877ef # Parent ff918ee1a9830e3f23c4f281bf02f6945faa4bce save: fix continuation character in doc string diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-04-16 John W. Eaton + * load-save.cc (Fsave): Fix continuation character in doc string. + * pt-walk.h (tree_walker::visit_function_def): New function. * pt-pr-code.cc (tree_print_code::visit_function_def): New function. * pt-pr-code.h: Provide decl. diff --git a/src/load-save.cc b/src/load-save.cc --- a/src/load-save.cc +++ b/src/load-save.cc @@ -1500,7 +1500,7 @@ character is @code{!} or @code{^}, match all characters except those\n\ specified by @var{list}. For example, the pattern @samp{[a-zA-Z]} will\n\ match all lower and upper case alphabetic characters. \n\ -\n\ +\n\ Wildcards may also be used in the field names specifications when using\n\ the @code{-struct} modifier (but not in the struct name itself).\n\ \n\