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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Mon, 21 Mar 2005 12:50:35 -0500

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.57 emacs/lispref/minibuf.texi:1.58
*** emacs/lispref/minibuf.texi:1.57     Sun Mar  6 18:19:34 2005
--- emacs/lispref/minibuf.texi  Mon Mar 21 17:50:35 2005
***************
*** 1289,1294 ****
--- 1289,1301 ----
  as the string @code{"/gp/gnu/elisp/manual.texi"}.
  @end defun
  
+ @defvar read-file-name-function
+ If address@hidden, this should be a function that accepts the same
+ arguments as @code{read-file-name}.  When @code{read-file-name} is
+ called, it calls this function with the supplied arguments instead of
+ doing its usual work.
+ @end defvar
+ 
  @defun read-directory-name prompt &optional directory default existing initial
  This function is like @code{read-file-name} but allows only directory
  names as completion possibilities.




reply via email to

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