"Face for the first uncommon character in prefix completions.
See also the face `completions-common-part'.")
-(defface completions-common-part '((t (:inherit underline)))
- "Face for parts of completions matching a pattern.
-You can use it to make the common parts less visible than normal,
-so that the differing parts are emphasized by contrast. See also
-the face `completions-first-difference'.")
+(defface completions-common-part '((t nil))
+ "Face for the common prefix substring in completions.
+The idea of this face is that you can use it to make the common parts
+less visible than normal, so that the differing parts are emphasized
+by contrast.
+See also the face `completions-first-difference'.")
(defun completion-hilit-commonality (completions prefix-len &optional base-size)
"Apply font-lock highlighting to a list of completions, COMPLETIONS.