/[emacs]/emacs/src/minibuf.c
ViewVC logotype

Diff of /emacs/src/minibuf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.233 by pj, Sun Jan 27 18:20:46 2002 UTC revision 1.234 by rms, Fri Feb 1 04:32:56 2002 UTC
# Line 1447  See `try-completion' and `all-completion Line 1447  See `try-completion' and `all-completion
1447    
1448  If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless  If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
1449   the input is (or completes to) an element of TABLE or is null.   the input is (or completes to) an element of TABLE or is null.
1450   If it is also not t, Return does not exit if it does non-null completion.   If it is also not t, typing RET does not exit if it does non-null completion.
1451  If the input is null, `completing-read' returns an empty string,  If the input is null, `completing-read' returns an empty string,
1452   regardless of the value of REQUIRE-MATCH.   regardless of the value of REQUIRE-MATCH.
1453    
1454  If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.  If INITIAL-INPUT is non-nil, insert it in the minibuffer initially.
1455    If it is (STRING . POSITION), the initial input    If it is (STRING . POSITION), the initial input
1456    is STRING, but point is placed POSITION characters into the string.    is STRING, but point is placed POSITION characters into the string.
1457    This feature is deprecated--it is best to pass nil for INITIAL.    This feature is deprecated--it is best to pass nil for INITIAL-INPUT
1458      and supply the default value DEF instead.  The user can yank the
1459      default value into the minibuffer easily using \\[next-history-element].
1460      
1461  HIST, if non-nil, specifies a history list  HIST, if non-nil, specifies a history list
1462    and optionally the initial position in the list.    and optionally the initial position in the list.
1463    It can be a symbol, which is the history list variable to use,    It can be a symbol, which is the history list variable to use,

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.234

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26