emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 5cb01ac5d7: ; * src/callint.c (Finteractive): Fix the doc strin


From: Eli Zaretskii
Subject: emacs-29 5cb01ac5d7: ; * src/callint.c (Finteractive): Fix the doc string (bug#60645).
Date: Sun, 8 Jan 2023 05:44:33 -0500 (EST)

branch: emacs-29
commit 5cb01ac5d78e52d276857b45cd1f17e5d53b7899
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/callint.c (Finteractive): Fix the doc string (bug#60645).
---
 src/callint.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/callint.c b/src/callint.c
index c60a376b95..04bd64535c 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -107,9 +107,12 @@ You may use `@', `*', and `^' together.  They are 
processed in the
 
 If MODES is present, it should be a list of mode names (symbols) that
 this command is applicable for.  The main effect of this is that
-`M-x TAB' (by default) won't list this command if the current buffer's
-mode doesn't match the list.  That is, if either the major mode isn't
-derived from them, or (when it's a minor mode) the mode isn't in effect.
+`M-x TAB' will be able to exclude this command from the list of
+completion candidates if the current buffer's mode doesn't match the list.
+That is, if either the major mode isn't derived from them, or (when it's
+a minor mode) the mode isn't in effect.  Which commands are excluded
+from the list of completion candidates is controlled by the value
+of `read-extended-command-predicate', which see.
 
 usage: (interactive &optional ARG-DESCRIPTOR &rest MODES)  */
        attributes: const)



reply via email to

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