From d35c2489f7f05a1648c0293182b00088b3b2880e Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 14 Aug 2004 12:47:42 +0000 Subject: [PATCH] (Fread_file_name): Doc fix. --- src/fileio.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; { -- 2.39.2