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

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

[nongnu] elpa/swift-mode b5602c1 375/496: Add beginning/end-of-sentence


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode b5602c1 375/496: Add beginning/end-of-sentence to README.md
Date: Sun, 29 Aug 2021 11:34:10 -0400 (EDT)

branch: elpa/swift-mode
commit b5602c16f250561121e2aa09b62202ecdc312a05
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    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`)



reply via email to

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