branch: externals/compat
commit d1dba3e1a0690286de0f7b9dfa106eb6cfdf183d
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Update manual
---
 compat.texi | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/compat.texi b/compat.texi
index 61a164ebfd..04b8d25788 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.

Reply via email to