diff options
Diffstat (limited to 'lisp/minibuffer.el')
-rw-r--r-- | lisp/minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index bbb7114610d..9dd4ef9fe04 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -2772,7 +2772,7 @@ expression (not containing character ranges like `a-z')." (defcustom completion-pcm-complete-word-inserts-delimiters nil "Treat the SPC or - inserted by `minibuffer-complete-word' as delimiters. -Those chars are treated as delimiters iff this variable is non-nil. +Those chars are treated as delimiters if this variable is non-nil. I.e. if non-nil, M-x SPC will just insert a \"-\" in the minibuffer, whereas if nil, it will list all possible commands in *Completions* because none of the commands start with a \"-\" or a SPC." |