[m-rev.] For review: Added cdr command to interactive term browser
Mark Brown
mark at cs.mu.OZ.AU
Fri Oct 22 15:17:31 AEST 2004
On 22-Oct-2004, Julien Fischer <juliensf at cs.mu.OZ.AU> wrote:
> On Fri, 22 Oct 2004, Ian MacLarty wrote:
> > Index: browser/browse.m
> > ===================================================================
> > RCS file: /home/mercury1/repository/mercury/browser/browse.m,v
> > retrieving revision 1.44
> > diff -u -r1.44 browse.m
> > --- browser/browse.m 9 Aug 2004 03:05:19 -0000 1.44
> > +++ browser/browse.m 21 Oct 2004 23:58:26 -0000
> > @@ -556,6 +556,7 @@
> > "\t[print|p|ls] [format_options] [path]\n",
> > "\t -- print the specified subterm using the `browse' params\n",
> > "\tcd [path] -- cd to the specified subterm (default is root)\n",
> > +"\tcdr n path -- repeatedly cd's into the path n times\n",
>
> Is using an apostrophe to denote the plural of cd the correct thing to do
> there? (And in the log message as well).
I'd recommend rearranging the sentence to avoid this problem. You could
write something like "apply the cd command n times".
Also, "path" and "n" should be in square brackets for consistency.
Cheers,
Mark.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list