From 128e729debb4dadd590cec3e35a3084e7be0e9b9 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 24 Oct 2005 16:22:16 +0000 Subject: [PATCH] Small doc fix. --- src/ChangeLog | 4 ++++ src/minibuf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index cd2b07d6ac3..cbf49b50302 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/minibuf.c b/src/minibuf.c index 045223948c6..a5b44e193bb 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2363,7 +2363,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 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, -- 2.39.5