diff options
-rw-r--r-- | doc/lispref/commands.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index cd30fb19ee2..de04d89b8e2 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -775,6 +775,7 @@ part of the prompt. @end example @vindex read-extended-command-predicate +@findex command-completion-default-include-p This command heeds the @code{read-extended-command-predicate} variable, which can filter out commands that are not applicable to the current major mode (or enabled minor modes). By default, the value of |