Improve 'ns-read-file-name' docstring

* src/nsfns.m (Fns_read_file_name): Use '-' instead of '_' when naming
args.
This commit is contained in:
Robert Pluim 2022-08-19 16:01:22 +02:00
parent ddbab83070
commit 7c793c55cf

View file

@ -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)
{