Mercurial > emacs
changeset 66217:a75cbd554fc1
(Fdisplay_completion_list): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 20 Oct 2005 13:07:14 +0000 |
parents | 5f6da0b6c4c6 |
children | 44a12d0eb7c6 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Thu Oct 20 12:46:50 2005 +0000 +++ b/src/minibuf.c Thu Oct 20 13:07:14 2005 +0000 @@ -2364,7 +2364,7 @@ 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 -`completions-common-part' on the completion bufffer. The +`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, the faces are not put.