branch: elpa/helm commit 387b8c8c5ae83150151672979d432e9cd790b79a Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Enable helm-completions-detailed by default Fix docstring. --- helm-mode.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/helm-mode.el b/helm-mode.el index 63424488a0..5b2cce3bd3 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -266,10 +266,11 @@ This is mainly needed to prevent \"*Completions*\" buffers to popup.") (describe-theme . t)) "Allow overriding REQUIRE-MATCH completing-read arg for a specific function.") -(defcustom helm-completions-detailed (and (boundp 'completions-detailed) - completions-detailed) - "Allow providing `completions-detailed' for Emacs < 28. -Not guaranteed to work with Emacs < 27." +(defcustom helm-completions-detailed t + "Provide detailed completion in several places. +See `helm-completing-read-extra-metadata' and +`helm-completing-read-command-categories'. +Setting `completions-detailed' when available have the same effect." :type 'boolean :group 'helm-mode)