diff options
| author | Andreas Schwab | 2005-10-20 13:07:29 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2005-10-20 13:07:29 +0000 |
| commit | 26e9d2cf1adc0d7a13e9f130055d0cb2c5707564 (patch) | |
| tree | a5e8fc89cc1aaf7c7e510adf7daba33f8e5725aa /src | |
| parent | 022dc42482071b67cf77b784b2aa99cee426ad4c (diff) | |
| download | emacs-26e9d2cf1adc0d7a13e9f130055d0cb2c5707564.tar.gz emacs-26e9d2cf1adc0d7a13e9f130055d0cb2c5707564.zip | |
(Fdisplay_completion_list): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/minibuf.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a5b3388efdc..82cdb276161 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-10-20 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * minibuf.c (Fdisplay_completion_list): Doc fix. | ||
| 4 | |||
| 1 | 2005-10-19 Kim F. Storm <storm@cua.dk> | 5 | 2005-10-19 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * image.c (check_image_size): Handle integer Vmax_image_size value | 7 | * 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'. | |||
| 2364 | It can find the completion buffer in `standard-output'. | 2364 | It can find the completion buffer in `standard-output'. |
| 2365 | The optional second arg COMMON-SUBSTRING is a string. | 2365 | The optional second arg COMMON-SUBSTRING is a string. |
| 2366 | It is used to put faces, `completions-first-difference` and | 2366 | It is used to put faces, `completions-first-difference` and |
| 2367 | `completions-common-part' on the completion bufffer. The | 2367 | `completions-common-part' on the completion buffer. The |
| 2368 | `completions-common-part' face is put on the common substring | 2368 | `completions-common-part' face is put on the common substring |
| 2369 | specified by COMMON-SUBSTRING. If COMMON-SUBSTRING is nil, | 2369 | specified by COMMON-SUBSTRING. If COMMON-SUBSTRING is nil, |
| 2370 | the faces are not put. | 2370 | the faces are not put. |