(Fdisplay_completion_list): Doc fix.
This commit is contained in:
parent
022dc42482
commit
26e9d2cf1a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue