aboutsummaryrefslogtreecommitdiff
path: root/compat-macs.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-16 12:03:35 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-16 12:04:34 +0100
commit0a56ae09cdaec64a581ab0f403dfe2179da9e3c7 (patch)
tree470ad9e52292e05a5cc0b44f36af9249e9991ef7 /compat-macs.el
parent0967dbf2decbeabe3421430b4a37f94e9da25505 (diff)
compat-macs: Expand docstring
Diffstat (limited to 'compat-macs.el')
-rw-r--r--compat-macs.el12
1 files changed, 9 insertions, 3 deletions
diff --git a/compat-macs.el b/compat-macs.el
index 82de765..e579eea 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)