From d520d2deae6c3c511ef1a2c87d27bda41eda1196 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 17 Oct 2024 17:18:19 +0200 Subject: [PATCH] Enable 'partial-completion' by default for 'symbol-help' --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 1f52345dce1..1d72cdbaf2e 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -1178,7 +1178,7 @@ styles for specific categories, such as files, buffers, etc." (search (styles regexp)) (xref-location (styles substring)) (info-menu (styles basic substring)) - (symbol-help (styles basic shorthand substring)) + (symbol-help (styles basic partial-completion shorthand substring)) (multiple-choice (styles basic substring) (sort-function . identity)) (calendar-month (sort-function . identity)) (predicate-description (sort-function . identity)) -- 2.39.5