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

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

[elpa] externals/compat e398e1a8f0: compat.texi: Use @dfn{Extended Defin


From: ELPA Syncer
Subject: [elpa] externals/compat e398e1a8f0: compat.texi: Use @dfn{Extended Definitions}
Date: Tue, 13 Feb 2024 03:57:35 -0500 (EST)

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

    compat.texi: Use @dfn{Extended Definitions}
---
 compat.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/compat.texi b/compat.texi
index 8e1693b5f5..37d006da1f 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



reply via email to

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