emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/minibuf.texi


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Sun, 11 Dec 2005 04:56:45 -0500

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.69 emacs/lispref/minibuf.texi:1.70
*** emacs/lispref/minibuf.texi:1.69     Fri Dec  9 04:38:40 2005
--- emacs/lispref/minibuf.texi  Sun Dec 11 09:56:45 2005
***************
*** 1023,1034 ****
  
  @defvar minibuffer-local-filename-completion-map
  This is like @code{minibuffer-local-completion-map}
! except that it does not bind @key{SPC}.
  @end defvar
  
  @defvar minibuffer-local-must-match-filename-map
  This is like @code{minibuffer-local-must-match-map}
! except that it does not bind @key{SPC}.
  @end defvar
  
  @node High-Level Completion
--- 1023,1036 ----
  
  @defvar minibuffer-local-filename-completion-map
  This is like @code{minibuffer-local-completion-map}
! except that it does not bind @key{SPC}.  This keymap is used by the
! function @code{read-file-name}.
  @end defvar
  
  @defvar minibuffer-local-must-match-filename-map
  This is like @code{minibuffer-local-must-match-map}
! except that it does not bind @key{SPC}.  This keymap is used by the
! function @code{read-file-name}.
  @end defvar
  
  @node High-Level Completion
***************
*** 1211,1216 ****
--- 1213,1224 ----
  @key{RET} also requires confirmation after completion.  If
  @var{existing} is @code{nil}, then the name of a nonexistent file is
  acceptable.
+ 
+ The function @code{read-file-name} uses
+ @code{minibuffer-local-filename-completion-map} as the keymap if
+ @var{existing} is @code{nil}, and uses
+ @code{minibuffer-local-must-match-filename-map} if @var{existing} is
+ address@hidden  @xref{Completion Commands}.
  
  The argument @var{directory} specifies the directory to use for
  completion of relative file names.  It should be an absolute directory




reply via email to

[Prev in Thread] Current Thread [Next in Thread]