branch: elpa/scala-mode commit c62ecf9a2403ce4c0407a7eedd239b232460f593 Author: Heikki Vesalainen <heikki.vesalai...@iki.fi> Commit: Heikki Vesalainen <heikki.vesalai...@iki.fi>
Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04f6a69..9bc88f3 100644 --- a/README.md +++ b/README.md @@ -305,13 +305,13 @@ Before you can compile using sbt, you must start it with the *scala-sbt:start* command. For this to work, run the command from a buffer that is within your project tree. -After you have your sbt running, you can either switch to the `*sbt*` +After you have your sbt running, you can either switch to the \*sbt\* buffer to interact with it, or send compile commands using the -*scala-sbt:command* command. The latter will always clear the `*sbt*` +*scala-sbt:command* command. The latter will always clear the \*sbt\* buffer and reset errors before running the command. In you scala buffer, you can use the normal error-navigation commands -(*next-error*, **C-x \`**, *previous-error*) and in the *sbt* buffer +(*next-error*, **C-x \`**, *previous-error*) and in the \*sbt\* buffer you can use the commands from the *compilation-mode* (see **C-h-f compilation-mode** for help).