aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-01-16 15:22:11 +0100
committerLars Ingebrigtsen2018-01-17 00:17:23 +0100
commitf121b5d7f3aef080d0019eb39a57de51015ceb39 (patch)
treea349d180f4226864d2af211cc0d0766c59abfd55 /doc
parentb02a06317b04b56d54f73a7d97568a0bc150a18b (diff)
downloademacs-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')
-rw-r--r--doc/misc/message.texi3
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
1485down to the list. Use @kbd{M-n} and @kbd{M-p} to move down and up the 1485down to the list. Use @kbd{M-n} and @kbd{M-p} to move down and up the
1486list, and @kbd{RET} to choose a completion. 1486list, and @kbd{RET} to choose a completion.
1487 1487
1488The @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