diff options
| author | Lars Ingebrigtsen | 2018-01-16 15:22:11 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2018-01-17 00:17:23 +0100 |
| commit | f121b5d7f3aef080d0019eb39a57de51015ceb39 (patch) | |
| tree | a349d180f4226864d2af211cc0d0766c59abfd55 /doc/misc | |
| parent | b02a06317b04b56d54f73a7d97568a0bc150a18b (diff) | |
| download | emacs-f121b5d7f3aef080d0019eb39a57de51015ceb39.tar.gz emacs-f121b5d7f3aef080d0019eb39a57de51015ceb39.zip | |
Introduce a variable to control ecomplete sorting
* lisp/ecomplete.el (ecomplete-sort-predicate): New variable.
(ecomplete-get-matches): Use it.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/message.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index ca06de38d17..0d5f85f3dc4 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1485,6 +1485,9 @@ 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{M-n} and @kbd{M-p} to move down and up the |
| 1486 | list, and @kbd{RET} to choose a completion. | 1486 | list, and @kbd{RET} to choose a completion. |
| 1487 | 1487 | ||
| 1488 | The @code{ecomplete-sort-predicate} variable controls how | ||
| 1489 | @code{ecomplete} matches are sorted. | ||
| 1490 | |||
| 1488 | @node Spelling | 1491 | @node Spelling |
| 1489 | @section Spelling | 1492 | @section Spelling |
| 1490 | @cindex spelling | 1493 | @cindex spelling |