# HG changeset patch # User Masatake YAMATO # Date 1130170936 0 # Node ID d5fe78c4e051c765540080b1fa243956c8ba0be0 # Parent 65d160cfd8f226d316680a177e9bc239d5ca1e95 Small doc fix. diff -r 65d160cfd8f2 -r d5fe78c4e051 src/ChangeLog --- a/src/ChangeLog Mon Oct 24 16:17:11 2005 +0000 +++ b/src/ChangeLog Mon Oct 24 16:22:16 2005 +0000 @@ -1,3 +1,7 @@ +2005-10-25 Masatake YAMATO + + * minibuf.c (Fdisplay_completion_list): Small doc fix. + 2005-10-24 Kim F. Storm * xterm.c: Undo 2005-10-23 change. diff -r 65d160cfd8f2 -r d5fe78c4e051 src/minibuf.c --- a/src/minibuf.c Mon Oct 24 16:17:11 2005 +0000 +++ b/src/minibuf.c Mon Oct 24 16:22:16 2005 +0000 @@ -2363,7 +2363,7 @@ At the end, this runs the normal hook `completion-setup-hook'. It can find the completion buffer in `standard-output'. The optional second arg COMMON-SUBSTRING is a string. -It is used to put faces, `completions-first-difference` and +It is used to put faces, `completions-first-difference' and `completions-common-part' on the completion buffer. The `completions-common-part' face is put on the common substring specified by COMMON-SUBSTRING. If COMMON-SUBSTRING is nil,