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

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

[elpa] externals/compat 50296614bf 1/3: compat-function: Whitespace fix


From: ELPA Syncer
Subject: [elpa] externals/compat 50296614bf 1/3: compat-function: Whitespace fix in docstring
Date: Tue, 17 Jan 2023 04:57:26 -0500 (EST)

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

    compat-function: Whitespace fix in docstring
---
 compat.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compat.el b/compat.el
index 95461bb902..6c591588b4 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))))



reply via email to

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