diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-02-12 17:04:42 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-02-12 17:04:42 +0000 |
commit | 6f6b0433436856f8e6c1c506f49c976687a59d4d (patch) | |
tree | c3d825fc56f9aebba03e0406709188f4315f436d /lispref | |
parent | 479dbc9dfe6880b38bc1ecb665f26bde906f740f (diff) | |
download | emacs-6f6b0433436856f8e6c1c506f49c976687a59d4d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/ChangeLog | 2 | ||||
-rw-r--r-- | lispref/minibuf.texi | 2 |
2 files changed, 2 insertions, 2 deletions
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. |