aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-17 10:05:43 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-17 10:05:55 +0100
commit50296614bf609e4d71f431a8cc0e138c8d6dae9a (patch)
tree920e24cbc5e9cf8c4808624d7dc4b243b6b8bb2d
parenta2967e97d7a23d00ff32094518e84599111fba82 (diff)
compat-function: Whitespace fix in docstring
-rw-r--r--compat.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat.el b/compat.el
index 95461bb..6c59158 100644
--- a/compat.el
+++ b/compat.el
@@ -51,10 +51,10 @@
"Return compatibility function symbol for FUN.
If the Emacs version provides a sufficiently recent version of
-FUN, the symbol FUN is returned itself. Otherwise the macro
+FUN, the symbol FUN is returned itself. Otherwise the macro
returns the symbol of a compatibility function which supports the
behavior and calling convention of the current stable Emacs
-version. For example Compat 29.1 will provide compatibility
+version. For example Compat 29.1 will provide compatibility
functions which implement the behavior and calling convention of
Emacs 29.1."
(let ((compat (intern (format "compat--%s" fun))))