]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/mini.texi (Completion Options): Fix off-by-one error
authorDani Moncayo <dmoncayo@gmail.com>
Thu, 18 Oct 2012 03:27:17 +0000 (20:27 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 18 Oct 2012 03:27:17 +0000 (20:27 -0700)
Fixes: debbugs:12644
doc/emacs/ChangeLog
doc/emacs/mini.texi

index 873681ad0d4316c46ee8b5b95b6d9f038730b2bd..66bb2de921b995c8282bd19c3ce882b921a4676e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 0036b67f17459f1d94f80de5d5459e2460be42b6..e5a84bda56dcd0d4fc71f2a3714583e43ef86840 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