diff options
| -rw-r--r-- | doc/lispref/minibuf.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 654cf1329b3..c28ab70e2d8 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -630,7 +630,7 @@ for reading certain kinds of names with completion. | |||
| 630 | * Minibuffer Completion:: Invoking the minibuffer with completion. | 630 | * Minibuffer Completion:: Invoking the minibuffer with completion. |
| 631 | * Completion Commands:: Minibuffer commands that do completion. | 631 | * Completion Commands:: Minibuffer commands that do completion. |
| 632 | * High-Level Completion:: Convenient special cases of completion | 632 | * High-Level Completion:: Convenient special cases of completion |
| 633 | (reading buffer name, file name, etc.) | 633 | (reading buffer name, file name, etc.). |
| 634 | * Reading File Names:: Using completion to read file names and | 634 | * Reading File Names:: Using completion to read file names and |
| 635 | shell commands. | 635 | shell commands. |
| 636 | * Completion Styles:: Specifying rules for performing completion. | 636 | * Completion Styles:: Specifying rules for performing completion. |