diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 5faa3c8d4e8..6e42296e7ba 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -1326,9 +1326,9 @@ pair of a group title string and a list of group candidate strings." :version "28.1") (defface completions-group-separator - '((t :inherit shadow :underline t)) + '((t :inherit shadow :strike-through t)) "Face used for the separator lines between the candidate groups." - :version "29.1") + :version "28.1") (defun completion--cycle-threshold (metadata) (let* ((cat (completion-metadata-get metadata 'category))