Mercurial > emacs
changeset 38166:4e1eed1dee4e
(Fcompleting_read): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 Jun 2001 16:19:29 +0000 |
parents | 57e432dcc0d1 |
children | 728d49350f43 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Sat Jun 23 16:19:18 2001 +0000 +++ b/src/minibuf.c Sat Jun 23 16:19:29 2001 +0000 @@ -1451,6 +1451,7 @@ 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\