aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2005-10-20 13:07:29 +0000
committerAndreas Schwab2005-10-20 13:07:29 +0000
commit26e9d2cf1adc0d7a13e9f130055d0cb2c5707564 (patch)
treea5e8fc89cc1aaf7c7e510adf7daba33f8e5725aa /src
parent022dc42482071b67cf77b784b2aa99cee426ad4c (diff)
downloademacs-26e9d2cf1adc0d7a13e9f130055d0cb2c5707564.tar.gz
emacs-26e9d2cf1adc0d7a13e9f130055d0cb2c5707564.zip
(Fdisplay_completion_list): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/minibuf.c2
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 @@
12005-10-20 Andreas Schwab <schwab@suse.de>
2
3 * minibuf.c (Fdisplay_completion_list): Doc fix.
4
12005-10-19 Kim F. Storm <storm@cua.dk> 52005-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'.
2364It can find the completion buffer in `standard-output'. 2364It can find the completion buffer in `standard-output'.
2365The optional second arg COMMON-SUBSTRING is a string. 2365The optional second arg COMMON-SUBSTRING is a string.
2366It is used to put faces, `completions-first-difference` and 2366It 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
2369specified by COMMON-SUBSTRING. If COMMON-SUBSTRING is nil, 2369specified by COMMON-SUBSTRING. If COMMON-SUBSTRING is nil,
2370the faces are not put. 2370the faces are not put.