]> code.delx.au - gnu-emacs/blobdiff - lisp/minibuffer.el
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
[gnu-emacs] / lisp / minibuffer.el
index 8e84a2fd307ee0379762d6df0184b2030f2970a0..cec0eb21b3801c4f3a057281ce31c8c8994352b7 100644 (file)
@@ -2773,7 +2773,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."