# HG changeset patch # User Gerd Moellmann # Date 969467055 0 # Node ID 4da753e82172310ce6200681aa6b93f4f2229383 # Parent f8d2403d385b21259dc54b7f5e8ac45a6a3d7bfa (Fread_file_name): Doc fix. diff -r f8d2403d385b -r 4da753e82172 src/fileio.c --- a/src/fileio.c Wed Sep 20 16:23:54 2000 +0000 +++ b/src/fileio.c Wed Sep 20 16:24:15 2000 +0000 @@ -5600,7 +5600,11 @@ Fourth arg MUSTMATCH non-nil means require existing file's name.\n\ Non-nil and non-t means also require confirmation after completion.\n\ Fifth arg INITIAL specifies text to start with.\n\ -DIR defaults to current buffer's directory default.") +DIR defaults to current buffer's directory default.\n\ +\n\ +If this command was invoked with the mouse, use a file dialog box if\n\ +`use-dialog-box' is non-nil, and the window system or X toolkit in use\n\ +provides a file dialog box..") (prompt, dir, default_filename, mustmatch, initial) Lisp_Object prompt, dir, default_filename, mustmatch, initial; {