Mercurial > hg > octave-lyh
changeset 389:4cb0c5015dc3
[project @ 1994-03-17 18:15:54 by jwe]
author | jwe |
---|---|
date | Thu, 17 Mar 1994 18:15:54 +0000 |
parents | c101e99482e6 |
children | 0f4129889b57 |
files | src/help.cc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/help.cc +++ b/src/help.cc @@ -1,7 +1,7 @@ // help.cc -*- C++ -*- /* -Copyright (C) 1992, 1993 John W. Eaton +Copyright (C) 1992, 1993, 1994 John W. Eaton This file is part of Octave. @@ -103,7 +103,7 @@ "Element by element division operator. See also `/' and `\\'.\n", }, { ".^", - "Element by element division operator. See also `/' and `\\'.\n", }, + "Element by element power operator. See also `**', `^', and `.^'.\n", }, { "/", "Right division. See also `\\' and `./'.\n", },