]> git.eshelyaron.com Git - emacs.git/commit
Sort Info index completions alphabetically
authorStefan Kangas <stefankangas@gmail.com>
Wed, 26 Aug 2020 22:50:59 +0000 (00:50 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 26 Aug 2020 23:11:58 +0000 (01:11 +0200)
commit5a1785d58ad807cb8e4af6903313b1c6b49cf572
tree06b9960b925fa6f9d6c9e9b40b8036cc04edb230
parent1a167f5a7a87e65c1f9b27ebe6552913b2c2e6d2
Sort Info index completions alphabetically

* lisp/info.el (Info-complete-menu-item): Sort the list of completions
alphabetically using 'nreverse'.  This makes no difference for Emacs
but helps third-party completion frameworks such as Ivy.  (Bug#38614)

Suggested by Howard Melman <hmelman@gmail.com>.
lisp/info.el