emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/scala-mode 13c0f39 150/217: README changes.


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode 13c0f39 150/217: README changes.
Date: Sun, 29 Aug 2021 11:31:02 -0400 (EDT)

branch: elpa/scala-mode
commit 13c0f3962aa0d88c7496e90ae4be3e41947a7b70
Author: Ivan Malison <IvanMalison@gmail.com>
Commit: Ivan Malison <IvanMalison@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

[Prev in Thread] Current Thread [Next in Thread]