emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 ebc5263667: ; * src/callint.c (Finteractive): Doc string clarif


From: Eli Zaretskii
Subject: emacs-29 ebc5263667: ; * src/callint.c (Finteractive): Doc string clarification.
Date: Mon, 9 Jan 2023 07:03:13 -0500 (EST)

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

    ; * src/callint.c (Finteractive): Doc string clarification.
---
 src/callint.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/callint.c b/src/callint.c
index 04bd64535c..d8d2b27845 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -105,13 +105,12 @@ If the string begins with `^' and `shift-select-mode' is 
non-nil,
 You may use `@', `*', and `^' together.  They are processed in the
  order that they appear, before reading any arguments.
 
-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' 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
+If MODES is present, it should be one or more mode names (symbols)
+for which this command is applicable.  This is so that `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.
+Which commands are excluded from the list of completion
+candidates based on this information is controlled by the value
 of `read-extended-command-predicate', which see.
 
 usage: (interactive &optional ARG-DESCRIPTOR &rest MODES)  */



reply via email to

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