# HG changeset patch # User John Paul Wallington # Date 1092487662 0 # Node ID 00e5170987b500cc35af01b97e11d51b1a5cc58c # Parent b676f8f12ae18f9f0ea52398969673b2df953e98 (Fread_file_name): Doc fix. diff -r b676f8f12ae1 -r 00e5170987b5 src/fileio.c --- 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; {