]> git.eshelyaron.com Git - emacs.git/commit
; Support removing individual completions restrictions
authorEshel Yaron <me@eshelyaron.com>
Mon, 25 Dec 2023 11:24:51 +0000 (12:24 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 25 Dec 2023 11:41:34 +0000 (12:41 +0100)
commit477493319ad1e54f2b119e75acbe451abbf3e3bf
tree6d81498e1724d73869928288f1da7508653957d5
parent0f3395f0d3743f70baab2bb2cc439f1c37630ca2
; Support removing individual completions restrictions

* lisp/minibuffer.el (minibuffer-widen-completions): New optional
argument ALL, if nil prompt for individual restrictions to remove.
Also, take into account completions boundaries when calling
'minibuffer-completion-help'.
* doc/emacs/mini.texi (Completion Commands, Narrow Completions):
Update documentation.
* lisp/menu-bar.el (map): Update help text.
doc/emacs/mini.texi
lisp/menu-bar.el
lisp/minibuffer.el