diff options
| author | Gerd Moellmann | 2000-09-20 16:24:15 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-20 16:24:15 +0000 |
| commit | 0a321fcf4e93ea1ff3d7c847033dbd615b452301 (patch) | |
| tree | 82bf4329a5f6306998a6073ccd21ae952e0331cb /src | |
| parent | 3a8a3a66d31951a3aa026034292f97ad43379bac (diff) | |
| download | emacs-0a321fcf4e93ea1ff3d7c847033dbd615b452301.tar.gz emacs-0a321fcf4e93ea1ff3d7c847033dbd615b452301.zip | |
(Fread_file_name): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 6 |
1 files changed, 5 insertions, 1 deletions
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\ | |||
| 5600 | Fourth arg MUSTMATCH non-nil means require existing file's name.\n\ | 5600 | Fourth arg MUSTMATCH non-nil means require existing file's name.\n\ |
| 5601 | Non-nil and non-t means also require confirmation after completion.\n\ | 5601 | Non-nil and non-t means also require confirmation after completion.\n\ |
| 5602 | Fifth arg INITIAL specifies text to start with.\n\ | 5602 | Fifth arg INITIAL specifies text to start with.\n\ |
| 5603 | DIR defaults to current buffer's directory default.") | 5603 | DIR defaults to current buffer's directory default.\n\ |
| 5604 | \n\ | ||
| 5605 | If this command was invoked with the mouse, use a file dialog box if\n\ | ||
| 5606 | `use-dialog-box' is non-nil, and the window system or X toolkit in use\n\ | ||
| 5607 | provides a file dialog box..") | ||
| 5604 | (prompt, dir, default_filename, mustmatch, initial) | 5608 | (prompt, dir, default_filename, mustmatch, initial) |
| 5605 | Lisp_Object prompt, dir, default_filename, mustmatch, initial; | 5609 | Lisp_Object prompt, dir, default_filename, mustmatch, initial; |
| 5606 | { | 5610 | { |