Mercurial > emacs
changeset 56667:00e5170987b5
(Fread_file_name): Doc fix.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 14 Aug 2004 12:47:42 +0000 |
parents | b676f8f12ae1 |
children | 99e8e40ec202 |
files | src/fileio.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Sat Aug 14 12:46:46 2004 +0000 +++ b/src/fileio.c Sat Aug 14 12:47:42 2004 +0000 @@ -6193,7 +6193,10 @@ If this command was invoked with the mouse, use a file dialog box if `use-dialog-box' is non-nil, and the window system or X toolkit in use -provides a file dialog box. */) +provides a file dialog box. + +See also `read-file-name-completion-ignore-case' +and `read-file-name-function'. */) (prompt, dir, default_filename, mustmatch, initial, predicate) Lisp_Object prompt, dir, default_filename, mustmatch, initial, predicate; {