# HG changeset patch # User Rik # Date 1302754143 25200 # Node ID 307e177dbaa85ffd7c9402d1f66c59708a1b85a1 # Parent 99babbf683ff232acad8a9b1e9aae28ac59f3138 doc: Add spaces after commas in @seealso blocks. * help.cc: Also add spaces to line up @deftypefn macros diff -r 99babbf683ff -r 307e177dbaa8 src/ChangeLog --- a/src/ChangeLog Tue Apr 12 21:17:57 2011 -0700 +++ b/src/ChangeLog Wed Apr 13 21:09:03 2011 -0700 @@ -1,3 +1,7 @@ +2011-04-13 Rik + + * help.cc: Add spaces after commas in @seealso blocks. + 2011-04-12 Rik * load-path.cc (restoredefaultpath): Correct use of it's -> its in diff -r 99babbf683ff -r 307e177dbaa8 src/help.cc --- a/src/help.cc Tue Apr 12 21:17:57 2011 -0700 +++ b/src/help.cc Wed Apr 13 21:09:03 2011 -0700 @@ -356,7 +356,7 @@ pair_type ("function", "-*- texinfo -*-\n\ -@deftypefn {Keyword} {} function @var{outputs} = function (@var{input}, @dots{})\n\ +@deftypefn {Keyword} {} function @var{outputs} = function (@var{input}, @dots{})\n\ @deftypefnx {Keyword} {} function {} function (@var{input}, @dots{})\n\ @deftypefnx {Keyword} {} function @var{outputs} = function\n\ Begin a function body with @var{outputs} as results and @var{inputs} as\n\ @@ -382,7 +382,7 @@ pair_type ("if", "-*- texinfo -*-\n\ -@deftypefn {Keyword} {} if (@var{cond}) @dots{} endif\n\ +@deftypefn {Keyword} {} if (@var{cond}) @dots{} endif\n\ @deftypefnx {Keyword} {} if (@var{cond}) @dots{} else @dots{} endif\n\ @deftypefnx {Keyword} {} if (@var{cond}) @dots{} elseif (@var{cond}) @dots{} endif\n\ @deftypefnx {Keyword} {} if (@var{cond}) @dots{} elseif (@var{cond}) @dots{} else @dots{} endif\n\ @@ -473,7 +473,7 @@ execution will proceed after the catch block (though it is often\n\ recommended to use the lasterr function to re-throw the error after cleanup\n\ is completed).\n\ -@seealso{catch,unwind_protect}\n\ +@seealso{catch, unwind_protect}\n\ @end deftypefn"), pair_type ("until", @@ -494,7 +494,7 @@ unwind_protect_cleanup block is still executed (in other words, the\n\ unwind_protect_cleanup will be run with or without an error in the\n\ unwind_protect block).\n\ -@seealso{unwind_protect_cleanup,try}\n\ +@seealso{unwind_protect_cleanup, try}\n\ @end deftypefn"), pair_type ("unwind_protect_cleanup",