+2012-10-18 Dani Moncayo <dmoncayo@gmail.com>
+
+ * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644)
+
2012-10-17 Glenn Morris <rgm@gnu.org>
* mini.texi (Repetition): Further copyedit.
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