]> git.eshelyaron.com Git - emacs.git/commit
Further improvements to completion-list-mode-map
authorGregory Heytings <gregory@heytings.org>
Tue, 25 May 2021 08:39:48 +0000 (10:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 25 May 2021 08:39:48 +0000 (10:39 +0200)
commitce2de3b50a2068cfe4db738756858f0e6f53226b
treecda598e1741e64f8f9909d2b38bc3eff8a8ed5a5
parentde9a11255d34a2635e61b150725cef242077bd06
Further improvements to completion-list-mode-map

* doc/emacs/mini.texi (Completion Commands): Mention the change,
and mention the 'n' and 'p' keys bound to 'next-completion' and
'previous-completion'. (bug#47699).
* lisp/minibuffer.el (minibuffer-local-completion-map): Change the
M-g key to M-g M-c.

* lisp/simple.el (completion-list-mode-map): Change the M-g key to
M-g M-c.
(read-expression-map): Bind M-g M-c to
read-expression-switch-to-completions.
(read-expression-switch-to-completions): New function.
doc/emacs/mini.texi
etc/NEWS
lisp/minibuffer.el
lisp/simple.el