octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: minor correction in container.txi, first contribution


From: Thorsten Meyer
Subject: Re: minor correction in container.txi, first contribution
Date: Fri, 03 Oct 2008 12:02:41 +0200
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

David Bateman wrote:
> Can I suggest that you add
> 
> [ui]
> username = Thorsten Meyer <address@hidden>
> 
> to your .hgrc file. This will force the default user of your changeset
> to be the above rather than the generic host/domain name you currently
> have in your changeset.
> 
> Cheers
> David
> 

I changed my .hgrc file accordingly, rolled back the hg commit,
committed again and exported a corrected changeset.

regards

Thorsten

# HG changeset patch
# User Thorsten Meyer <address@hidden>
# Date 1223027744 -7200
# Node ID c9d6071b9696b8ba72496181b5dc64d87fa0f04e
# Parent  977d5204cf67e5cd19c911023fac707f8d972a33
uncomplete sentence in documentation text

diff -r 977d5204cf67 -r c9d6071b9696 doc/ChangeLog
--- a/doc/ChangeLog     Thu Oct 02 22:50:44 2008 +0200
+++ b/doc/ChangeLog     Fri Oct 03 11:55:44 2008 +0200
@@ -1,3 +1,6 @@
+2008-10-03  Thorsten Meyer <address@hidden>
+        * interpreter/container.txi: minor correction of the text
+        
 2008-09-25  Søren Hauberg  <address@hidden>
 
        * interpreter/image.txi: Update for imread and imwrite instead of
diff -r 977d5204cf67 -r c9d6071b9696 doc/interpreter/container.txi
--- a/doc/interpreter/container.txi     Thu Oct 02 22:50:44 2008 +0200
+++ b/doc/interpreter/container.txi     Fri Oct 03 11:55:44 2008 +0200
@@ -768,8 +768,8 @@
 operation, it is possible to achieve the same using the @samp{(}
 and @samp{)} operators for indexing. When a cell array is indexed
 using the @samp{(} and @samp{)} operators a new cell array containing
-the selected elements. Using this syntax, the previous example can
-be simplified into the following
+the selected elements will be created. Using this syntax, the previous 
+example can be simplified into the following
 
 @example
 a = @{1, rand(2, 2), "three"@};

reply via email to

[Prev in Thread] Current Thread [Next in Thread]