summaryrefslogtreecommitdiff
path: root/cond-let.el
diff options
context:
space:
mode:
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'.