mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Improve 'ns-read-file-name' docstring
* src/nsfns.m (Fns_read_file_name): Use '-' instead of '_' when naming args.
This commit is contained in:
parent
ddbab83070
commit
7c793c55cf
1 changed files with 1 additions and 1 deletions
|
|
@ -1727,7 +1727,7 @@ Frames are listed from topmost (first) to bottommost (last). */)
|
|||
Optional arg MUSTMATCH, if non-nil, means the returned file or
|
||||
directory must exist.
|
||||
Optional arg INIT, if non-nil, provides a default file name to use.
|
||||
Optional arg DIR_ONLY_P, if non-nil, means choose only directories. */)
|
||||
Optional arg DIR-ONLY-P, if non-nil, means choose only directories. */)
|
||||
(Lisp_Object prompt, Lisp_Object dir, Lisp_Object mustmatch,
|
||||
Lisp_Object init, Lisp_Object dir_only_p)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue