/[emacs]/emacs/lispref/minibuf.texi
ViewVC logotype

Diff of /emacs/lispref/minibuf.texi

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

revision 1.36.2.2 by miles, Mon Jun 28 07:28:50 2004 UTC revision 1.36.2.3 by miles, Tue Jun 29 16:45:42 2004 UTC
# Line 1  Line 1 
1  @c -*-texinfo-*-  @c -*-texinfo-*-
2  @c This is part of the GNU Emacs Lisp Reference Manual.  @c This is part of the GNU Emacs Lisp Reference Manual.
3  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
4    @c 2001, 2004
5  @c   Free Software Foundation, Inc.  @c   Free Software Foundation, Inc.
6  @c See the file elisp.texi for copying conditions.  @c See the file elisp.texi for copying conditions.
7  @setfilename ../info/minibuf  @setfilename ../info/minibuf
# Line 214  functions that do minibuffer input with Line 215  functions that do minibuffer input with
215  properties unconditionally, regardless of the value of this variable.  properties unconditionally, regardless of the value of this variable.
216  @end defvar  @end defvar
217    
 @anchor{Definition of minibuffer-local-map}  
218  @defvar minibuffer-local-map  @defvar minibuffer-local-map
219    @anchor{Definition of minibuffer-local-map}
220  This is the default local keymap for reading from the minibuffer.  By  This is the default local keymap for reading from the minibuffer.  By
221  default, it makes the following bindings:  default, it makes the following bindings:
222    
# Line 531  etc. Line 532  etc.
532    
533  Use of a cons cell as the value for @var{initial} arguments is  Use of a cons cell as the value for @var{initial} arguments is
534  deprecated in user code.  deprecated in user code.
535    
536  @node Completion  @node Completion
537  @section Completion  @section Completion
538  @cindex completion  @cindex completion
# Line 726  example for @code{try-completion}: Line 727  example for @code{try-completion}:
727  @end smallexample  @end smallexample
728  @end defun  @end defun
729    
 @anchor{Definition of test-completion}  
730  @defun test-completion string collection &optional predicate  @defun test-completion string collection &optional predicate
731    @anchor{Definition of test-completion}
732  This function returns non-@code{nil} if @var{string} is a valid  This function returns non-@code{nil} if @var{string} is a valid
733  completion possibility specified by @var{collection} and  completion possibility specified by @var{collection} and
734  @var{predicate}.  The arguments are the same as in  @var{predicate}.  The arguments are the same as in
# Line 1755  This is a normal hook that is run whenev Line 1756  This is a normal hook that is run whenev
1756  @end defvar  @end defvar
1757    
1758  @defvar minibuffer-help-form  @defvar minibuffer-help-form
1759    @anchor{Definition of minibuffer-help-form}
1760  The current value of this variable is used to rebind @code{help-form}  The current value of this variable is used to rebind @code{help-form}
1761  locally inside the minibuffer (@pxref{Help Functions}).  locally inside the minibuffer (@pxref{Help Functions}).
1762  @end defvar  @end defvar

Legend:
Removed from v.1.36.2.2  
changed lines
  Added in v.1.36.2.3

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