branch: elpa/scala-mode
commit 890b7eb24e80979a8c95cb00e53f73f2f0a6481a
Author: Tillmann Rendel <[email protected]>
Commit: Tillmann Rendel <[email protected]>
Document */ behavior in multi-line comments.
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1855d29..665ed16 100644
--- a/README.md
+++ b/README.md
@@ -284,7 +284,9 @@ Typing an asterisk in multi-line comment region, at the
start of a
line, will trigger indent. Furthermore, if the configurable variable
*scala-indent:add-space-for-scaladoc-asterisk* is `t` (default) and the
asterisk was the last character on the line, a space will be inserted
-after it.
+after it. If you type a forward slash after the automatically inserted
+space, the space is deleted again so that you can end the comment
+without deleting the space manually.
## Filling (i.e. word wrap)