aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-08-18 19:59:38 +0000
committerStefan Monnier2008-08-18 19:59:38 +0000
commit72444d02b7b8d3c59db27891604483b7062ff122 (patch)
tree186f462da131fbbdbdd9f09a9e5d5704645f03c5
parent252e5957ecea34661cfc575c12e6d257c1719ab2 (diff)
downloademacs-72444d02b7b8d3c59db27891604483b7062ff122.tar.gz
emacs-72444d02b7b8d3c59db27891604483b7062ff122.zip
(display-completion-list): Re-state the obsolescence of `common-substring'.
-rw-r--r--lisp/minibuffer.el2
1 files changed, 1 insertions, 1 deletions
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'.
826At the end, this runs the normal hook `completion-setup-hook'. 826At the end, this runs the normal hook `completion-setup-hook'.
827It can find the completion buffer in `standard-output'. 827It can find the completion buffer in `standard-output'.
828 828
829The optional arg COMMON-SUBSTRING, if non-nil, should be a string 829The obsolete optional arg COMMON-SUBSTRING, if non-nil, should be a string
830specifying a common substring for adding the faces 830specifying a common substring for adding the faces
831`completions-first-difference' and `completions-common-part' to 831`completions-first-difference' and `completions-common-part' to
832the completions buffer." 832the completions buffer."