From 56fa78c91ded4b1d6991672071052c712da53f5d Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Tue, 2 Oct 2007 17:15:03 +0000 Subject: use the word "shell" more often --- src/manual/scala/man1/scala.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/manual/scala/man1/scala.scala b/src/manual/scala/man1/scala.scala index 71faf916f2..cdaf341577 100644 --- a/src/manual/scala/man1/scala.scala +++ b/src/manual/scala/man1/scala.scala @@ -72,7 +72,7 @@ object scala extends Command { "specified in one of three ways:", NumberedList( - "With no arguments specified, an interactive interpreter starts " & + "With no arguments specified, a Scala shell starts " & "and reads commands interactively.", "With " & Mono("-howtorun:object") & " specified, the fully " & @@ -136,7 +136,7 @@ object scala extends Command { "command line and must be followed by a bare hypen (" & Quote("-") & ") character. " & "If no arguments are specified after the optional compiler arguments, " & - "then an interactive interpreter is started. Otherwise, either a " & + "then an interactive Scala shell is started. Otherwise, either a " & "script file is run, or a pre-compiled Scala object is run. It " & "is possible to distinguish the last two cases by using an explicit " & Mono("-object") & " or " & Mono("-script") & " flag, but usually the " & -- cgit v1.2.3