branch: elpa/scala-mode
commit 13c0f3962aa0d88c7496e90ae4be3e41947a7b70
Author: Ivan Malison <ivanmali...@gmail.com>
Commit: Ivan Malison <ivanmali...@gmail.com>

    README changes.
---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 0e52790..af388a1 100644
--- a/README.md
+++ b/README.md
@@ -432,13 +432,12 @@ Very complex scala files may need the following in your 
emacs init (.emacs, etc)
 
 scala-mode2 defines `scala-syntax:beginning-of-definition` and
 `scala-syntax:end-of-definition` which move the cursor forward and
-backward over class, trait, object, def, val, var, and type. These
+backward over class, trait, object, def, val, var, and type definitions. These
 functions are assigned to the buffer local variables
 `beginning-of-defun-function` and `end-of-defun-function` which makes
 it so that the `beginning-of-defun` and `end-of-defun` functions behave
-in a way that is appropriate to scala. Because of the relatively complex
-nature of scala definitions, these functions are not currently able to
-support some of the more advanced scala definition types. 
+in a way that is appropriate to scala. These functions are not currently able 
to
+support some of the more advanced scala definition types.
 Multiple assignment to variables e.g.
 
 ```scala

Reply via email to