diff options
author | Robert Pluim <rpluim@gmail.com> | 2022-08-19 16:01:22 +0200 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2022-08-19 16:05:40 +0200 |
commit | 7c793c55cfad40fd92c5300fa553bac649daeeaf (patch) | |
tree | 7262a132f7d3337d8a42ebe67cf38f797076d929 /src/nsfns.m | |
parent | ddbab830709933d33179b1dbbc0b03c856d00806 (diff) | |
download | emacs-7c793c55cfad40fd92c5300fa553bac649daeeaf.tar.gz emacs-7c793c55cfad40fd92c5300fa553bac649daeeaf.tar.bz2 emacs-7c793c55cfad40fd92c5300fa553bac649daeeaf.zip |
Improve 'ns-read-file-name' docstring
* src/nsfns.m (Fns_read_file_name): Use '-' instead of '_' when naming
args.
Diffstat (limited to 'src/nsfns.m')
-rw-r--r-- | src/nsfns.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index 1d3dcd31243..2699cf37a5b 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -1727,7 +1727,7 @@ Optional arg DIR, if non-nil, supplies a default directory. 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) { |