From: Stefan Monnier Date: Mon, 18 Aug 2008 19:59:38 +0000 (+0000) Subject: (display-completion-list): Re-state the obsolescence of `common-substring'. X-Git-Tag: emacs-pretest-23.0.90~3427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72444d02b7b8d3c59db27891604483b7062ff122;p=emacs.git (display-completion-list): Re-state the obsolescence of `common-substring'. --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 6d7c331db87..35f0c107b2c 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -826,7 +826,7 @@ properties of `highlight'. 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."