# HG changeset patch # User Rik # Date 1377713223 25200 # Node ID f4772605aec383b3b1125455c66111f3d1693920 # Parent af49b1385b26361f28c60288d90211d56c82ecee debug.m: Fix spacing in @seealso macro (bug #39871) * scripts/miscellaneous/debug.m: Remove extra spaces within @seealso macro. diff -r af49b1385b26 -r f4772605aec3 scripts/miscellaneous/debug.m --- a/scripts/miscellaneous/debug.m Wed Aug 28 10:57:49 2013 -0700 +++ b/scripts/miscellaneous/debug.m Wed Aug 28 11:07:03 2013 -0700 @@ -84,8 +84,8 @@ ## command that is valid in that workspace context may be executed. ## ## @seealso{dbstop, dbclear, dbstatus, dbwhere, dbtype, dbcont, dbquit, -## dbstack, dbup, dbdown, keyboard, debug_on_error, debug_on_warning, -## debug_on_interrupt, isdebugmode} +## dbstack, dbup, dbdown, keyboard, debug_on_error, debug_on_warning, +## debug_on_interrupt, isdebugmode} ## @end deftypefn function debug ()