# HG changeset patch # User Luc Teirlinck # Date 1076605482 0 # Node ID 5ef5871606566798c1d23f37ec482b9926a75da2 # Parent 3ef7a4a3c2300217f03a835eb29383603b760951 *** empty log message *** diff -r 3ef7a4a3c230 -r 5ef587160656 lispref/ChangeLog --- a/lispref/ChangeLog Thu Feb 12 12:21:52 2004 +0000 +++ b/lispref/ChangeLog Thu Feb 12 17:04:42 2004 +0000 @@ -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 -r 3ef7a4a3c230 -r 5ef587160656 lispref/minibuf.texi --- a/lispref/minibuf.texi Thu Feb 12 12:21:52 2004 +0000 +++ b/lispref/minibuf.texi Thu Feb 12 17:04:42 2004 +0000 @@ -861,7 +861,7 @@ 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.