changeset 97544:abca40c62d44

(display-completion-list): Re-state the obsolescence of `common-substring'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 18 Aug 2008 19:59:38 +0000
parents e4ee733b4030
children b24a1581ac16
files lisp/minibuffer.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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."