comparison lisp/minibuffer.el @ 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 6c4680239c3f
children dc32b170fe16
comparison
equal deleted inserted replaced
97543:e4ee733b4030 97544:abca40c62d44
824 The actual completion alternatives, as inserted, are given `mouse-face' 824 The actual completion alternatives, as inserted, are given `mouse-face'
825 properties of `highlight'. 825 properties of `highlight'.
826 At the end, this runs the normal hook `completion-setup-hook'. 826 At the end, this runs the normal hook `completion-setup-hook'.
827 It can find the completion buffer in `standard-output'. 827 It can find the completion buffer in `standard-output'.
828 828
829 The optional arg COMMON-SUBSTRING, if non-nil, should be a string 829 The obsolete optional arg COMMON-SUBSTRING, if non-nil, should be a string
830 specifying a common substring for adding the faces 830 specifying 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
832 the completions buffer." 832 the completions buffer."
833 (if common-substring 833 (if common-substring
834 (setq completions (completion-hilit-commonality 834 (setq completions (completion-hilit-commonality