branch: elpa/swift-mode
commit b5602c16f250561121e2aa09b62202ecdc312a05
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
Add beginning/end-of-sentence to README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 331802c..61e0ee8 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ To install without MELPA, download [latest
release](https://github.com/swift-ema
```
- `forward-sexp`
- `beginning-of-defun`, `end-of-defun`, `mark-defun`, and `narrow-to-defun`.
+- `beginning-of-sentence`, `end-of-sentence`, `kill-sentence`,
`backward-kill-sentence`, `mark-sentence`, and `narrow-to-sentence`.
+ A sentence is a statement outside comments or strings. Inside comments or
strings, it indicates ordinal sentence.
- `indent-new-comment-line`
- [Imenu](https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html)
- Running Swift REPL in a buffer (`M-x run-swift`)