Skip to content

Commit b5602c1

Browse files
committed
Add beginning/end-of-sentence to README.md
1 parent a042764 commit b5602c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ To install without MELPA, download [latest release](https://github.com/swift-ema
6262
```
6363
- `forward-sexp`
6464
- `beginning-of-defun`, `end-of-defun`, `mark-defun`, and `narrow-to-defun`.
65+
- `beginning-of-sentence`, `end-of-sentence`, `kill-sentence`, `backward-kill-sentence`, `mark-sentence`, and `narrow-to-sentence`.
66+
A sentence is a statement outside comments or strings. Inside comments or strings, it indicates ordinal sentence.
6567
- `indent-new-comment-line`
6668
- [Imenu](https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html)
6769
- Running Swift REPL in a buffer (`M-x run-swift`)

0 commit comments

Comments
 (0)