comparison lispref/minibuf.texi @ 52626:fe75563f4d13

Avoid @strong{Note:}.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Sep 2003 10:00:24 +0000
parents 7fc901c75a7d
children 246f74971d9a
comparison
equal deleted inserted replaced
52625:bfc707ae140a 52626:fe75563f4d13
1108 is non-@code{nil}, @var{directory} is also inserted in the minibuffer as 1108 is non-@code{nil}, @var{directory} is also inserted in the minibuffer as
1109 initial input. It defaults to the current buffer's value of 1109 initial input. It defaults to the current buffer's value of
1110 @code{default-directory}. 1110 @code{default-directory}.
1111 1111
1112 @c Emacs 19 feature 1112 @c Emacs 19 feature
1113 If you specify @var{initial}, that is an initial file name to insert in 1113 If you specify @var{initial}, that is an initial file name to insert
1114 the buffer (after @var{directory}, if that is inserted). In this 1114 in the buffer (after @var{directory}, if that is inserted). In this
1115 case, point goes at the beginning of @var{initial}. The default for 1115 case, point goes at the beginning of @var{initial}. The default for
1116 @var{initial} is @code{nil}---don't insert any file name. To see what 1116 @var{initial} is @code{nil}---don't insert any file name. To see what
1117 @var{initial} does, try the command @kbd{C-x C-v}. @strong{Note:} we 1117 @var{initial} does, try the command @kbd{C-x C-v}. @strong{Please
1118 recommend using @var{default} rather than @var{initial} in most cases. 1118 note:} we recommend using @var{default} rather than @var{initial} in
1119 most cases.
1119 1120
1120 If @var{predicate} is non-@code{nil}, it specifies a function of one 1121 If @var{predicate} is non-@code{nil}, it specifies a function of one
1121 argument that decides which file names are acceptable completion 1122 argument that decides which file names are acceptable completion
1122 possibilities. A file name is an acceptable value if @var{predicate} 1123 possibilities. A file name is an acceptable value if @var{predicate}
1123 returns non-@code{nil} for it. 1124 returns non-@code{nil} for it.