]> 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>
Fri, 19 Jan 2024 10:05:59 +0000 (11:05 +0100)
commit51c64a367f3bf366fe3aa81258be60f7a56649f3
tree3373e9c9e57499af3ddc52f7a04877a239c74980
parent813069a955d07e62a97f048129b1a55234d14f50
; 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