branch: elpa/scala-mode commit d837c967655f92343169c2c5f9654fca9e298789 Author: Keith Pinson <keith.pin...@banno.com> Commit: Keith Pinson <keith.pin...@banno.com>
doc: supports both Scala 2 and 3 (to some extent), not just 2.9 --- scala-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scala-mode.el b/scala-mode.el index fecf4fb..44df13e 100644 --- a/scala-mode.el +++ b/scala-mode.el @@ -30,7 +30,7 @@ emacs-major-version emacs-minor-version))) (defgroup scala nil - "A programming mode for the Scala language 2.9" + "A programming mode for the Scala language 2/3" :group 'languages) (defmacro scala-mode:make-local-variables (&rest quoted-names)