From: Andreas Schwab Date: Thu, 20 Oct 2005 13:07:29 +0000 (+0000) Subject: (Fdisplay_completion_list): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~6490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26e9d2cf1adc0d7a13e9f130055d0cb2c5707564;p=emacs.git (Fdisplay_completion_list): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index a5b3388efdc..82cdb276161 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-10-20 Andreas Schwab + + * minibuf.c (Fdisplay_completion_list): Doc fix. + 2005-10-19 Kim F. Storm * image.c (check_image_size): Handle integer Vmax_image_size value diff --git a/src/minibuf.c b/src/minibuf.c index d7ef048c138..833f72c0500 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -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.