diff options
| author | Richard M. Stallman | 1999-12-13 03:50:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-12-13 03:50:00 +0000 |
| commit | d3887e33a93c9d1dc3b2d61785f860bac8bff6b9 (patch) | |
| tree | 46cfda978103277e00b93092e9e08eb95f3777bb /src | |
| parent | 113a11950ea1a537e6818f918b7595e11d231901 (diff) | |
| download | emacs-d3887e33a93c9d1dc3b2d61785f860bac8bff6b9.tar.gz emacs-d3887e33a93c9d1dc3b2d61785f860bac8bff6b9.zip | |
(Fall_completions): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 711dc2da05a..e5c97023b49 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1272,7 +1272,7 @@ Then the print names of all symbols in the obarray are the possible matches.\n\ | |||
| 1272 | \n\ | 1272 | \n\ |
| 1273 | ALIST can also be a function to do the completion itself.\n\ | 1273 | ALIST can also be a function to do the completion itself.\n\ |
| 1274 | It receives three arguments: the values STRING, PREDICATE and t.\n\ | 1274 | It receives three arguments: the values STRING, PREDICATE and t.\n\ |
| 1275 | Whatever it returns becomes the value of `all-completion'.\n\ | 1275 | Whatever it returns becomes the value of `all-completions'.\n\ |
| 1276 | \n\ | 1276 | \n\ |
| 1277 | If optional third argument PREDICATE is non-nil,\n\ | 1277 | If optional third argument PREDICATE is non-nil,\n\ |
| 1278 | it is used to test each possible match.\n\ | 1278 | it is used to test each possible match.\n\ |