diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-01-06 14:36:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-06 14:36:15 +0100 |
| commit | dff3639b70f3c9916c5397056a51cdc3e60d5668 (patch) | |
| tree | 4a3ada5a75b32dd7a8792e49a4fcae8a31be94df /compat-macs.el | |
| parent | ea8de2ea18cf7c348aadb6eb2aeb2a9d840bd064 (diff) | |
Fix typos in documentation (#32)
Diffstat (limited to 'compat-macs.el')
| -rw-r--r-- | compat-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-macs.el b/compat-macs.el index 5f11edf..93e0f22 100644 --- a/compat-macs.el +++ b/compat-macs.el @@ -142,7 +142,7 @@ REST are attributes and the function BODY." (defmacro compat-guard (cond &rest rest) "Guard definition with a runtime COND and a version check. The runtime condition must make sure that no definition is -overriden. REST is an attribute plist followed by the definition +overridden. REST is an attribute plist followed by the definition body. The attributes specify the conditions under which the definition is generated. |
