diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-01-30 11:23:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-01-30 11:23:17 +0000 |
commit | 19b2c4ca1fe5defb95255b9652be5c90c3ce481d (patch) | |
tree | fc61b07c58451bb925c8bba8e45b347961a54ec6 /man/mini.texi | |
parent | 1eeda44946928f8548d3a90c138ecf7d50b5324a (diff) | |
download | emacs-19b2c4ca1fe5defb95255b9652be5c90c3ce481d.tar.gz |
Don't say just "option" when talking about variables.
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 9d0a7d54be1..69e31032b12 100644 --- a/man/mini.texi +++ b/man/mini.texi @@ -392,7 +392,7 @@ indicate the places for completion; thus, @file{/u*/b*/f*} might complete to @file{/usr/bin/foo}. To enable this mode, use the command @kbd{M-x -partial-completion-mode}, or customize the option +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}}, |