Mercurial > emacs
changeset 66400:d5fe78c4e051
Small doc fix.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Mon, 24 Oct 2005 16:22:16 +0000 |
parents | 65d160cfd8f2 |
children | a8bf0a9de6ac |
files | src/ChangeLog src/minibuf.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jet@gyve.org> + + * minibuf.c (Fdisplay_completion_list): Small doc fix. + 2005-10-24 Kim F. Storm <storm@cua.dk> * xterm.c: Undo 2005-10-23 change.
--- 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,