diff options
| author | Michael Albinus | 2018-01-18 15:19:47 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-01-18 15:19:47 +0100 |
| commit | ebc1eea87b1309544ccb1a8a3ce53698cc2355d6 (patch) | |
| tree | 2e6b5010bcd897b739b718877ffe4dc09adac891 | |
| parent | 70a4f9ee21820381ead2bfe5f68e6cbf1e1e2dfe (diff) | |
| download | emacs-ebc1eea87b1309544ccb1a8a3ce53698cc2355d6.tar.gz emacs-ebc1eea87b1309544ccb1a8a3ce53698cc2355d6.zip | |
* doc/misc/message.texi (Mail Aliases): Mention also down and up keys.
| -rw-r--r-- | doc/misc/message.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 0d5f85f3dc4..1ef67fe0cb2 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1482,8 +1482,9 @@ If you're using @code{ecomplete}, all addresses from @code{To} and | |||
| 1482 | @code{Cc} headers, @code{ecomplete} will check out the values stored | 1482 | @code{Cc} headers, @code{ecomplete} will check out the values stored |
| 1483 | there and ``electrically'' say what completions are possible. To | 1483 | there and ``electrically'' say what completions are possible. To |
| 1484 | choose one of these completions, use the @kbd{M-n} command to move | 1484 | choose one of these completions, use the @kbd{M-n} command to move |
| 1485 | down to the list. Use @kbd{M-n} and @kbd{M-p} to move down and up the | 1485 | down to the list. Use @kbd{@key{DOWN}} or @kbd{M-n} and |
| 1486 | list, and @kbd{RET} to choose a completion. | 1486 | @kbd{@key{UP}} or @kbd{M-p} to move down and up the list, and |
| 1487 | @kbd{@key{RET}} to choose a completion. | ||
| 1487 | 1488 | ||
| 1488 | The @code{ecomplete-sort-predicate} variable controls how | 1489 | The @code{ecomplete-sort-predicate} variable controls how |
| 1489 | @code{ecomplete} matches are sorted. | 1490 | @code{ecomplete} matches are sorted. |