From f42f10940b288c90f91171fca8d24a3c5f43933c Mon Sep 17 00:00:00 2001 From: Dani Moncayo Date: Wed, 17 Oct 2012 20:27:17 -0700 Subject: [PATCH] * doc/emacs/mini.texi (Completion Options): Fix off-by-one error Fixes: debbugs:12644 --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/mini.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 873681ad0d4..66bb2de921b 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-10-18 Dani Moncayo + + * mini.texi (Completion Options): Fix off-by-one error. (Bug#12644) + 2012-10-17 Glenn Morris * mini.texi (Repetition): Further copyedit. diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 0036b67f174..e5a84bda56d 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -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 -- 2.39.2