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

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

[elpa] externals/compat a44e4f1252 4/4: Document prefixed functions


From: ELPA Syncer
Subject: [elpa] externals/compat a44e4f1252 4/4: Document prefixed functions
Date: Thu, 10 Feb 2022 11:57:30 -0500 (EST)

branch: externals/compat
commit a44e4f125298f86e32d2e989d7fbe4462e2cddbb
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Document prefixed functions
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index ccf80adc41..e7e1d3e957 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,13 @@ loading `compat-help` (on your system, not in a package) to 
get
 relevant notes inserted into the help buffers of functions that are
 implemented or advised in compat.el.
 
+Note that compat.el provides a few prefixed function, ie. functions
+with a `compat-` prefix.  These are used to provide extended
+functionality for commands that are already defined (`sort`, `assoc`,
+...).  It might be possible to transform these into advised functions
+later on, so that the modified functionality is accessible without a
+prefix.  Feedback on this point is appreciated.
+
 Installation
 ------------
 



reply via email to

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