From: Gerd Moellmann Date: Wed, 20 Sep 2000 16:24:15 +0000 (+0000) Subject: (Fread_file_name): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~1481 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a321fcf4e93ea1ff3d7c847033dbd615b452301;p=emacs.git (Fread_file_name): Doc fix. --- diff --git a/src/fileio.c b/src/fileio.c index b5b9213d895..b8c50d0f505 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -5600,7 +5600,11 @@ Default name to DEFAULT-FILENAME if user enters a null string.\n\ 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; {