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

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

[elpa] externals/setup 6bf5885 1/2: Fix typo in :only-if documentation


From: ELPA Syncer
Subject: [elpa] externals/setup 6bf5885 1/2: Fix typo in :only-if documentation
Date: Sat, 2 Oct 2021 17:57:19 -0400 (EDT)

branch: externals/setup
commit 6bf588526f28b89cee5768adf5124c09e1caaeb5
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Fix typo in :only-if documentation
    
    Thanks to daviwil on libera.chat for noticing.
---
 setup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index 8bc7ece..05424b1 100644
--- a/setup.el
+++ b/setup.el
@@ -590,7 +590,7 @@ the first PACKAGE."
     (lambda (condition)
       `(unless ,condition
          ,(setup-quit)))
-  :documentation "If CONDITION is non-nil, stop evaluating the body."
+  :documentation "If CONDITION evaluates to nil, stop evaluating the body."
   :debug '(form)
   :repeatable t)
 



reply via email to

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