diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-03-06 23:39:52 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-03-06 23:39:52 +0000 |
commit | 285d5fe65bf1e773db6c852d9948c476996a69a2 (patch) | |
tree | 4af1cc626267c1af66f7b7a17508a3a8af2132cd /man/mini.texi | |
parent | b30ad9e430b271d7246ccd33387770b8296a73f0 (diff) | |
download | emacs-285d5fe65bf1e773db6c852d9948c476996a69a2.tar.gz |
(Completion Options): Fix typo.
Diffstat (limited to 'man/mini.texi')
-rw-r--r-- | man/mini.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mini.texi b/man/mini.texi index 844fcbf686c..cef1df70741 100644 --- a/man/mini.texi +++ b/man/mini.texi @@ -401,7 +401,7 @@ partial-completion-mode}, or customize the variable @code{partial-completion-mode}. This binds the partial completion commands to @key{TAB}, @key{SPC}, @key{RET}, and @kbd{?}. The usual completion commands are available on @kbd{M-@key{TAB}} (or -@mbd{C-M-i}), @kbd{M-@key{SPC}}, @kbd{M-@key{RET}} and @kbd{M-?}. +@kbd{C-M-i}), @kbd{M-@key{SPC}}, @kbd{M-@key{RET}} and @kbd{M-?}. @vindex PC-include-file-path @vindex PC-disable-includes |