; * src/callint.c (Finteractive): Fix the doc string (bug#60645).
This commit is contained in:
parent
53e64cfb85
commit
5cb01ac5d7
1 changed files with 6 additions and 3 deletions
|
@ -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
|
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
|
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
|
`M-x TAB' will be able to exclude this command from the list of
|
||||||
mode doesn't match the list. That is, if either the major mode isn't
|
completion candidates if the current buffer's mode doesn't match the list.
|
||||||
derived from them, or (when it's a minor mode) the mode isn't in effect.
|
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) */
|
usage: (interactive &optional ARG-DESCRIPTOR &rest MODES) */
|
||||||
attributes: const)
|
attributes: const)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue