mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 02:10:46 -08:00
(Fread_file_name): Doc fix.
This commit is contained in:
parent
3a8a3a66d3
commit
0a321fcf4e
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue