# HG changeset patch # User Rik # Date 1277235100 25200 # Node ID e54152088b0ab04012d5d05695ef4321cba0ed56 # Parent b8d76f4be94ab1586cb5ed61a4cdc9c007c459ce Clarify documentation wording. Bug #30165. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-06-16 Rik + + * interpreter/intro.txi: Clarify wording. (bug #30165). + 2010-06-16 Rik * interpreter/set.txi: Remove reference to deprecated function. diff --git a/doc/interpreter/intro.txi b/doc/interpreter/intro.txi --- a/doc/interpreter/intro.txi +++ b/doc/interpreter/intro.txi @@ -72,7 +72,7 @@ capabilities. If you are new to Octave, I recommend that you try these examples to -begin learning Octave by using it. Lines marked with @samp{octave:13>} +begin learning Octave by using it. Lines marked like so, @samp{octave:13>}, are lines you type, ending each with a carriage return. Octave will respond with an answer, or by displaying a graph.