comparison src/minibuf.c @ 20570:7c628ee6887c

(Fcompleting_read): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 02 Jan 1998 21:31:46 +0000
parents 7ffd3d9afeb4
children 24e567feaf18
comparison
equal deleted inserted replaced
20569:d8013f2236a0 20570:7c628ee6887c
1228 and optionally the initial position in the list.\n\ 1228 and optionally the initial position in the list.\n\
1229 It can be a symbol, which is the history list variable to use,\n\ 1229 It can be a symbol, which is the history list variable to use,\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\
1237 If INHERIT-INPUT-METHOD is non-nil, the minibuffer inherits\n\ 1237 If INHERIT-INPUT-METHOD is non-nil, the minibuffer inherits\n\
1238 the current input method and the setting of enable-multibyte-characters.\n\ 1238 the current input method and the setting of enable-multibyte-characters.\n\