diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-10 06:10:51 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-10 06:10:51 +0000 |
commit | b41d7b72dc2df1e2459f82d2011e3d6df9f7b68e (patch) | |
tree | bfc0381d71e56d102f96d66eb16c849039c85449 /doc | |
parent | 8e69dc70ad6b2a9b9e7fbb099e89521d8b0c0db4 (diff) | |
download | emacs-b41d7b72dc2df1e2459f82d2011e3d6df9f7b68e.tar.gz |
(Completion): End menu description with period.
Diffstat (limited to 'doc')
-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. * Minibuffer Completion:: Invoking the minibuffer with completion. * Completion Commands:: Minibuffer commands that do completion. * High-Level Completion:: Convenient special cases of completion - (reading buffer name, file name, etc.) + (reading buffer name, file name, etc.). * Reading File Names:: Using completion to read file names and shell commands. * Completion Styles:: Specifying rules for performing completion. |