summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-02-10 18:40:57 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-02-10 18:40:57 +0100
commitf7c8baf64a8d5e60ddb544d5b6a84602a05aa2b0 (patch)
tree79acd7ad68450e78de3aa79499eb3b6898fc6af4 /README.org
parentd0f6ae7015b04f32794ffaac623baca29ba4d5c6 (diff)
README: Update paragraph about Pcomplete issues
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index f9eed49..c5b726f 100644
--- a/README.org
+++ b/README.org
@@ -302,10 +302,10 @@ Unfortunately Pcomplete had a few technical issues on Emacs 28 and older. We can
work around the issues with the [[https://github.com/minad/cape][Cape]] library (Completion at point extensions).
Cape provides wrappers which sanitize the Pcomplete function. If you use Emacs
28 or older installing these advices is strongly recommend such that Pcomplete
-works properly. On Emacs 29 the advices are not necessary, since the related
-bugs have been fixed. I therefore recommend to not remove the the advices on
-Emacs 29 and eventually report any Pcomplete issues upstream, such that they can
-be fixed at the root.
+works properly. On Emacs 29 the advices are not necessary anymore, since almost
+all of the related bugs have been fixed. I therefore recommend to not remove the
+the advices on Emacs 29 and eventually report any remaining Pcomplete issues
+upstream, such that they can be fixed at the root.
#+begin_src emacs-lisp
;; The advices are only needed on Emacs 28 and older.