diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-02-13 07:44:57 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-02-13 07:44:57 +0100 |
| commit | f8a73191c657418533ec23fdd5efc84f2726ca89 (patch) | |
| tree | a4f30ece7cfc5ce6e433619ad5efa939a90b16e5 | |
| parent | 0f19bbe9a4c3624f0119bdc661aa12a967295a60 (diff) | |
| parent | e398e1a8f098359c768b2a8e2e99d6e1d31e3c57 (diff) | |
Merge branch 'main' into emacs-30
| -rw-r--r-- | compat.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compat.texi b/compat.texi index 7faed33..979c823 100644 --- a/compat.texi +++ b/compat.texi @@ -142,9 +142,9 @@ functions that are already defined, e.g., @code{sort} or @code{assoc}. These functions may have changed their calling convention (additional optional arguments) or may have changed their behavior. These functions must be looked up explicitly with @code{compat-function} or -called explicitly with @code{compat-call}. We call them ``Extended -Definitions''. In contrast, newly ``Added Definitions'' can be called -as usual. The Compat manual explicitly documents the calling +called explicitly with @code{compat-call}. We call them @dfn{Extended +Definitions}. In contrast, newly @dfn{Added Definitions} can be +called as usual. The Compat manual explicitly documents the calling convention of each compatibility function. @example @@ -253,7 +253,7 @@ when the new feature is not used, Compat does not use advices. As a compromise, compatibility functions and macros with a changed calling convention or behavior can be accessed via the @code{compat-function} and @code{compat-call} macros. In this manual we call such -definitions ``Extended Definitions''. An example is the function +definitions @dfn{Extended Definitions}. An example is the function @code{plist-get}. Note that extended functions are subject to closer scrutiny, since their usage via @code{compat-call} is not completely painless. If a particular extended function does not see much usage |
