diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f21000561b3..eb3bacd1d36 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -38,7 +38,7 @@ completion-regexp-list. (Minibuffer Completion): Correct and clarify description of completing-read. - (Completion Commands): Mention partial-completion-mode. Various + (Completion Commands): Mention Partial Completion mode. Various other minor changes. (High-Level Completion): Various corrections and clarifications. (Reading File Names): Ditto. diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index e0e2e4a80b1..5b073148d4e 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi @@ -861,7 +861,7 @@ see @ref{Completion Commands}. This section describes the keymaps, commands and user options used in the minibuffer to do completion. The description refers to the -situation when @code{partial-completion-mode} is disabled (as it is by +situation when Partial Completion mode is disabled (as it is by default). When enabled, this minor mode uses its own alternatives to some of the commands described below.