From: Eshel Yaron Date: Thu, 17 Oct 2024 15:18:19 +0000 (+0200) Subject: Enable 'partial-completion' by default for 'symbol-help' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d520d2deae6c3c511ef1a2c87d27bda41eda1196;p=emacs.git Enable 'partial-completion' by default for 'symbol-help' --- 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))