summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2022-08-19 16:01:22 +0200
committerRobert Pluim <rpluim@gmail.com>2022-08-19 16:05:40 +0200
commit7c793c55cfad40fd92c5300fa553bac649daeeaf (patch)
tree7262a132f7d3337d8a42ebe67cf38f797076d929
parentddbab830709933d33179b1dbbc0b03c856d00806 (diff)
downloademacs-7c793c55cfad40fd92c5300fa553bac649daeeaf.tar.gz
Improve 'ns-read-file-name' docstring
* src/nsfns.m (Fns_read_file_name): Use '-' instead of '_' when naming args.
-rw-r--r--src/nsfns.m2
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)
{