diff options
author | John Paul Wallington <jpw@pobox.com> | 2004-08-14 12:47:42 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2004-08-14 12:47:42 +0000 |
commit | d35c2489f7f05a1648c0293182b00088b3b2880e (patch) | |
tree | 5a21d75a07d2614429feddf47ea7e5447e60df53 /src/fileio.c | |
parent | 750286732b38be5e14ef809b4ea5e108d7903bfe (diff) | |
download | emacs-d35c2489f7f05a1648c0293182b00088b3b2880e.tar.gz |
(Fread_file_name): Doc fix.
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index a05b1cb8340..5acfee7c02c 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -6193,7 +6193,10 @@ DIR should be an absolute directory name. It defaults to the value of 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; { |