diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 16:09:13 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 16:11:18 +0100 |
| commit | d1dba3e1a0690286de0f7b9dfa106eb6cfdf183d (patch) | |
| tree | 6c7e9dd6a081b26e05d4df4f02c31927cb9efaef | |
| parent | f040277c38adec0b7c0c712c53e427d64b2a1537 (diff) | |
Update manual
| -rw-r--r-- | compat.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/compat.texi b/compat.texi index 61a164e..04b8d25 100644 --- a/compat.texi +++ b/compat.texi @@ -197,10 +197,11 @@ of Compat and for technical reasons. These might include: @itemize @item -The additional functionality is a user-facing mode or command. Compat -is limited to functionality on the ``library level''. Generally -functions provided by Compat are non-interactive, such that the user -interface (M-x) is unaffected by the presence of Compat. +The additional functionality is a command or a user-facing minor or +major mode. Compat is limited to functionality on the ``library +level''. Generally functions provided by Compat are non-interactive, +such that the user interface (M-x) is unaffected by the presence of +Compat. @item An existing function or macro was extended by some new functionality. @@ -919,6 +920,8 @@ implemented in 26.1: @itemize @item +The function @code{read-answer}. +@item The function @code{func-arity}. @item The function @code{secure-hash-algorithms}. @@ -1501,8 +1504,6 @@ The macro @code{benchmark-progn}. @item The function @code{read-char-from-minibuffer}. @item -The minor mode @code{reveal-mode}. -@item The macro @code{with-suppressed-warnings}. @item Support for @code{condition-case} to handle t. |
