From: John Paul Wallington Date: Sat, 14 Aug 2004 12:47:42 +0000 (+0000) Subject: (Fread_file_name): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5291 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d35c2489f7f05a1648c0293182b00088b3b2880e;p=emacs.git (Fread_file_name): Doc fix. --- 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; {