1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

* doc/misc/message.texi (Mail Aliases): Mention also down and up keys.

This commit is contained in:
Michael Albinus 2018-01-18 15:19:47 +01:00
parent 70a4f9ee21
commit ebc1eea87b

View File

@ -1482,8 +1482,9 @@ 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.