# HG changeset patch # User Stefan Monnier # Date 1219089578 0 # Node ID abca40c62d44e7cd5cc8e7251eeada552e1097cf # Parent e4ee733b40308e8bcf30f97d63aafab8a4183f86 (display-completion-list): Re-state the obsolescence of `common-substring'. diff -r e4ee733b4030 -r abca40c62d44 lisp/minibuffer.el --- a/lisp/minibuffer.el Mon Aug 18 19:07:59 2008 +0000 +++ b/lisp/minibuffer.el Mon Aug 18 19:59:38 2008 +0000 @@ -826,7 +826,7 @@ At the end, this runs the normal hook `completion-setup-hook'. It can find the completion buffer in `standard-output'. -The optional arg COMMON-SUBSTRING, if non-nil, should be a string +The obsolete optional arg COMMON-SUBSTRING, if non-nil, should be a string specifying a common substring for adding the faces `completions-first-difference' and `completions-common-part' to the completions buffer."