diff options
| author | Masatake YAMATO | 2005-10-24 16:22:16 +0000 |
|---|---|---|
| committer | Masatake YAMATO | 2005-10-24 16:22:16 +0000 |
| commit | 128e729debb4dadd590cec3e35a3084e7be0e9b9 (patch) | |
| tree | 5077a1aaad700b82d1eb7f8c5bdf8032f2b49fcb /src | |
| parent | 67a60caa354cf19da0f9b339b904d4362d9d347c (diff) | |
| download | emacs-128e729debb4dadd590cec3e35a3084e7be0e9b9.tar.gz emacs-128e729debb4dadd590cec3e35a3084e7be0e9b9.zip | |
Small 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 cd2b07d6ac3..cbf49b50302 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-10-25 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * minibuf.c (Fdisplay_completion_list): Small doc fix. | ||
| 4 | |||
| 1 | 2005-10-24 Kim F. Storm <storm@cua.dk> | 5 | 2005-10-24 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * xterm.c: Undo 2005-10-23 change. | 7 | * xterm.c: Undo 2005-10-23 change. |
diff --git a/src/minibuf.c b/src/minibuf.c index 045223948c6..a5b44e193bb 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2363,7 +2363,7 @@ properties of `highlight'. | |||
| 2363 | At the end, this runs the normal hook `completion-setup-hook'. | 2363 | 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 buffer. 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, |