(Fdisplay_completion_list): Doc fix.

This commit is contained in:
Andreas Schwab 2005-10-20 13:07:29 +00:00
parent 022dc42482
commit 26e9d2cf1a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-10-20 Andreas Schwab <schwab@suse.de>
* minibuf.c (Fdisplay_completion_list): Doc fix.
2005-10-19 Kim F. Storm <storm@cua.dk>
* image.c (check_image_size): Handle integer Vmax_image_size value

View file

@ -2364,7 +2364,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
`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.