# HG changeset patch # User Mike Miller # Date 1410409946 14400 # Node ID ba442cd7f7c37792fc3a68a2b3409b0a2372b8ed # Parent dbe9a11f5dcb0baf057cf403d498be74b5a7823b doc: fix stray escape sequences in permute's docstring * data.cc (Fpermute): Fix stray escape sequences in docstring introduced in cset ec1e295402fa. diff -r dbe9a11f5dcb -r ba442cd7f7c3 libinterp/corefcn/data.cc --- a/libinterp/corefcn/data.cc Wed Sep 10 14:19:58 2014 -0400 +++ b/libinterp/corefcn/data.cc Thu Sep 11 00:32:26 2014 -0400 @@ -2604,7 +2604,7 @@ @code{1:ndims (A)} (in any order, but each element must appear only once).\n\ \n\ The @var{N}th dimension of @var{A} gets remapped to dimension \n\ -@code{@var{PERM}(@var{N})}.\n\ For example,\n\ +@code{@var{PERM}(@var{N})}. For example,\n\ \n\ @example\n\ @group\n\