diff options
Diffstat (limited to 'compat.el')
| -rw-r--r-- | compat.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)))) |
