diff options
| author | Richard M. Stallman | 1998-01-02 21:31:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-01-02 21:31:46 +0000 |
| commit | 4356f22179175917b56f443b8b2c9e084f97c1e5 (patch) | |
| tree | 5026a0e0708912c2ddeb5876084b91c048c2306e /src | |
| parent | 363aa82029fe021697803e22bfde57390e5df94a (diff) | |
| download | emacs-4356f22179175917b56f443b8b2c9e084f97c1e5.tar.gz emacs-4356f22179175917b56f443b8b2c9e084f97c1e5.zip | |
(Fcompleting_read): 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 b062b9d3ddc..5d0ce1def74 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1230,7 +1230,7 @@ HIST, if non-nil, specifies a history list\n\ | |||
| 1230 | or it can be a cons cell (HISTVAR . HISTPOS).\n\ | 1230 | or it can be a cons cell (HISTVAR . HISTPOS).\n\ |
| 1231 | In that case, HISTVAR is the history list variable to use,\n\ | 1231 | In that case, HISTVAR is the history list variable to use,\n\ |
| 1232 | and HISTPOS is the initial position (the position in the list\n\ | 1232 | and HISTPOS is the initial position (the position in the list\n\ |
| 1233 | which INITIAL-CONTENTS corresponds to).\n\ | 1233 | which INITIAL-INPUT corresponds to).\n\ |
| 1234 | Positions are counted starting from 1 at the beginning of the list.\n\ | 1234 | Positions are counted starting from 1 at the beginning of the list.\n\ |
| 1235 | DEF, if non-nil, is the default value.\n\ | 1235 | DEF, if non-nil, is the default value.\n\ |
| 1236 | \n\ | 1236 | \n\ |