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

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

[elpa] externals/compat 0a56ae09cd 1/6: compat-macs: Expand docstring


From: ELPA Syncer
Subject: [elpa] externals/compat 0a56ae09cd 1/6: compat-macs: Expand docstring
Date: Mon, 16 Jan 2023 06:57:26 -0500 (EST)

branch: externals/compat
commit 0a56ae09cdaec64a581ab0f403dfe2179da9e3c7
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    compat-macs: Expand docstring
---
 compat-macs.el | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/compat-macs.el b/compat-macs.el
index 82de765a0e..e579eeaacf 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -130,7 +130,9 @@ under which the definition is generated.
 
 - :feature :: Wrap the definition with `with-eval-after-load'.
 
-- :cond :: Install the definition if :cond evaluates to non-nil."
+- :cond :: Do not install the definition depending on the
+  version.  Instead install the definition if :cond evaluates to
+  non-nil."
   (declare (debug (name symbolp [&rest keywordp sexp])))
   (compat--guarded-definition attrs '(:obsolete)
     (lambda (obsolete)
@@ -158,7 +160,9 @@ defined.
 
 - :feature :: Wrap the definition with `with-eval-after-load'.
 
-- :cond :: Install the definition if :cond evaluates to non-nil."
+- :cond :: Do not install the definition depending on the
+  version.  Instead install the definition if :cond evaluates to
+  non-nil."
   (declare (debug (&define name (&rest symbolp)
                            stringp
                            [&rest keywordp sexp]
@@ -188,7 +192,9 @@ definition is generated.
 
 - :feature :: Wrap the definition with `with-eval-after-load'.
 
-- :cond :: Install the definition if :cond evaluates to non-nil."
+- :cond :: Do not install the definition depending on the
+  version.  Instead install the definition if :cond evaluates to
+  non-nil."
   (declare (debug (name form stringp [&rest keywordp sexp]))
            (doc-string 3) (indent 2))
   (compat--guarded-definition attrs '(:local :constant)



reply via email to

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