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

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

[nongnu] elpa/clojure-mode 3bcb4b9 2/2: Tweak wording


From: ELPA Syncer
Subject: [nongnu] elpa/clojure-mode 3bcb4b9 2/2: Tweak wording
Date: Sat, 18 Dec 2021 07:57:52 -0500 (EST)

branch: elpa/clojure-mode
commit 3bcb4b9ef247b289c68c859d4470670ffddfa37a
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Tweak wording
---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ffa8f8a..85610f1 100644
--- a/README.md
+++ b/README.md
@@ -530,6 +530,10 @@ Keep in mind, however, that they might be out-of-date.
 
 ## Caveats
 
+`clojure-mode` is a capable tool, but it's certainly not perfect. This section
+lists a couple of general design problems/limitations that might affect your
+experience negatively.
+
 ### General Issues
 
 `clojure-mode` derives a lot of functionality directly from `lisp-mode` (an 
Emacs major mode for Common Lisp), which
@@ -547,7 +551,7 @@ We should look into ways to optimize the performance of the 
backtracking indenta
 
 ### Font-locking Implementation
 
-As mentioned 
[above](https://github.com/clojure-emacs/clojure-mode#font-locking), the 
font-locking is implemented in terms of regular expressions with makes it both 
slow and inaccurate.
+As mentioned 
[above](https://github.com/clojure-emacs/clojure-mode#font-locking), the 
font-locking is implemented in terms of regular expressions which makes it both 
slow and inaccurate.
 
 ## Changelog
 



reply via email to

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