aboutsummaryrefslogtreecommitdiff
path: root/compat.texi
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-02-13 07:44:17 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-02-13 07:44:17 +0100
commite398e1a8f098359c768b2a8e2e99d6e1d31e3c57 (patch)
tree8fc4915be5a880d05993796209e1884d9f152895 /compat.texi
parentc98e141d14114509caeda4e6752a1aad39a0cdb1 (diff)
compat.texi: Use @dfn{Extended Definitions}
Diffstat (limited to 'compat.texi')
-rw-r--r--compat.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/compat.texi b/compat.texi
index 8e1693b..37d006d 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