aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/minibuf.texi4
2 files changed, 8 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 943fa5b364b..4f5e95f3070 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2
3 * minibuf.texi (Completion Commands): Add xref to Emacs manual
4 for Partial Completion mode.
5
12004-03-07 Thien-Thi Nguyen <ttn@gnu.org> 62004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2 7
3 * customize.texi: Fix typo. Remove eol whitespace. 8 * customize.texi: Fix typo. Remove eol whitespace.
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index 5b073148d4e..0c56f9d4622 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -863,7 +863,9 @@ see @ref{Completion Commands}.
863in the minibuffer to do completion. The description refers to the 863in the minibuffer to do completion. The description refers to the
864situation when Partial Completion mode is disabled (as it is by 864situation when Partial Completion mode is disabled (as it is by
865default). When enabled, this minor mode uses its own alternatives to 865default). When enabled, this minor mode uses its own alternatives to
866some of the commands described below. 866some of the commands described below. @xref{Completion Options,,,
867emacs, The GNU Emacs Manual}, for a short description of Partial
868Completion mode.
867 869
868@defvar minibuffer-local-completion-map 870@defvar minibuffer-local-completion-map
869@code{completing-read} uses this value as the local keymap when an 871@code{completing-read} uses this value as the local keymap when an