* doc/emacs/mini.texi (Completion Options): Fix off-by-one error
[bpt/emacs.git] / doc / emacs / mini.texi
index 0036b67..e5a84bd 100644 (file)
@@ -550,7 +550,7 @@ those completion alternatives; each subsequent invocation of the
 completion command replaces that with the next completion alternative,
 in a cyclic manner.  If you give @code{completion-cycle-threshold} a
 numeric value @var{n}, completion commands switch to this cycling
-behavior only when there are fewer than @var{n} alternatives.
+behavior only when there are @var{n} or fewer alternatives.
 
 @cindex Icomplete mode
 @findex icomplete-mode