diff options
| author | Richard M. Stallman | 2001-06-23 16:19:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-06-23 16:19:29 +0000 |
| commit | cb615a61005ba55462c5007904caf36d7a24687a (patch) | |
| tree | 700d590750b06779b4e27b015993409cf13cebcc /src | |
| parent | f772775cb8c49d5142bddbb27d451ab33d5034f3 (diff) | |
| download | emacs-cb615a61005ba55462c5007904caf36d7a24687a.tar.gz emacs-cb615a61005ba55462c5007904caf36d7a24687a.zip | |
(Fcompleting_read): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 17302866520..a87127002bb 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1451,6 +1451,7 @@ If the input is null, `completing-read' returns an empty string,\n\ | |||
| 1451 | If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ | 1451 | If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ |
| 1452 | If it is (STRING . POSITION), the initial input\n\ | 1452 | If it is (STRING . POSITION), the initial input\n\ |
| 1453 | is STRING, but point is placed POSITION characters into the string.\n\ | 1453 | is STRING, but point is placed POSITION characters into the string.\n\ |
| 1454 | This feature is deprecated--it is best to pass nil for INITIAL.\n\ | ||
| 1454 | HIST, if non-nil, specifies a history list\n\ | 1455 | HIST, if non-nil, specifies a history list\n\ |
| 1455 | and optionally the initial position in the list.\n\ | 1456 | and optionally the initial position in the list.\n\ |
| 1456 | It can be a symbol, which is the history list variable to use,\n\ | 1457 | It can be a symbol, which is the history list variable to use,\n\ |