summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-09-12 18:10:55 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2024-09-12 18:14:08 +0200
commitae98ec2b0c91f01229f63b1120df1d882d7b20da (patch)
tree8869688e408e62e2e966bf9caedc182dfea90c9d /README.org
parent9110956a5155d5e3c460160fa1b4dac59322c229 (diff)
Require Emacs 28.1
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 5d918f9..7d79c75 100644
--- a/README.org
+++ b/README.org
@@ -257,8 +257,8 @@ personal configuration.
#+begin_src emacs-lisp
;; Example 1: Sanitize the `pcomplete-completions-at-point' Capf. The Capf has
-;; undesired side effects on Emacs 28 and earlier. These advices are not needed
-;; on Emacs 29 and newer.
+;; undesired side effects on Emacs 28. These advices are not needed on Emacs 29
+;; and newer.
(when (< emacs-major-version 29)
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-silent)
(advice-add 'pcomplete-completions-at-point :around #'cape-wrap-purify))