diff options
Diffstat (limited to 'doc/misc/message.texi')
-rw-r--r-- | doc/misc/message.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index be1c806c824..0a2a6ce49d2 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi @@ -1480,8 +1480,12 @@ If you're using @code{ecomplete}, all addresses from @code{To} and @code{Cc} headers, @code{ecomplete} will check out the values stored there and ``electrically'' say what completions are possible. To choose one of these completions, use the @kbd{M-n} command to move -down to the list. Use @kbd{M-n} and @kbd{M-p} to move down and up the -list, and @kbd{RET} to choose a completion. +down to the list. Use @kbd{@key{DOWN}} or @kbd{M-n} and +@kbd{@key{UP}} or @kbd{M-p} to move down and up the list, and +@kbd{@key{RET}} to choose a completion. + +The @code{ecomplete-sort-predicate} variable controls how +@code{ecomplete} matches are sorted. @node Spelling @section Spelling |