octave-maintainers
[Top][All Lists]
Advanced

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

Re: new function: textscan.m


From: John W. Eaton
Subject: Re: new function: textscan.m
Date: Fri, 22 Oct 2010 21:53:31 -0400

On 23-Oct-2010, Ben Abbott wrote:

| I've included your suggestions.

Will you please also add an @DOCSTRING(textscan) link at some
appropraite point in strings.txi?

+    error (["textscan: expecting first argument to be a file id or",
+            " character string"]);

I generally don't like long lines, but I think this is worse.  Please
just write the message as

    error ("textscan: expecting first argument to be a file id or character 
string");

Please go ahead and push this changeset after making these additional
changes.

Thanks,

jwe


reply via email to

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