From cb615a61005ba55462c5007904caf36d7a24687a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 23 Jun 2001 16:19:29 +0000 Subject: [PATCH] (Fcompleting_read): Doc fix. --- src/minibuf.c | 1 + 1 file changed, 1 insertion(+) 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\ If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.\n\ If it is (STRING . POSITION), the initial input\n\ is STRING, but point is placed POSITION characters into the string.\n\ + This feature is deprecated--it is best to pass nil for INITIAL.\n\ HIST, if non-nil, specifies a history list\n\ and optionally the initial position in the list.\n\ It can be a symbol, which is the history list variable to use,\n\ -- 2.39.5