summaryrefslogtreecommitdiff
path: root/cond-let.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-01-29 19:09:01 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-01-29 19:09:01 +0100
commit538a4162cc5b39cee2e0f85609ffc1f1716cdf8d (patch)
tree9da71f3cb53807cc079d2b6f76de6d18046c2471 /cond-let.el
parenta59e3b42ab5e8e7296318ec6165fb5ecea9398d3 (diff)
Complete beta notice
Diffstat (limited to 'cond-let.el')
-rw-r--r--cond-let.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cond-let.el b/cond-let.el
index 9d7d342..57a35e9 100644
--- a/cond-let.el
+++ b/cond-let.el
@@ -30,7 +30,8 @@
;;; Commentary:
;; This is a BETA release!
-;; Breaking changes are possible!
+;; Breaking changes are unlikely but still possible!
+;; See https://github.com/tarsius/cond-let/wiki.
;; Emacs provides the binding conditionals `if-let', `if-let*',
;; `when-let', `when-let*', `and-let*' and `while-let'.