aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2022-08-19 16:01:22 +0200
committerRobert Pluim2022-08-19 16:05:40 +0200
commit7c793c55cfad40fd92c5300fa553bac649daeeaf (patch)
tree7262a132f7d3337d8a42ebe67cf38f797076d929
parentddbab830709933d33179b1dbbc0b03c856d00806 (diff)
downloademacs-7c793c55cfad40fd92c5300fa553bac649daeeaf.tar.gz
emacs-7c793c55cfad40fd92c5300fa553bac649daeeaf.zip
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.
1727Optional arg MUSTMATCH, if non-nil, means the returned file or 1727Optional arg MUSTMATCH, if non-nil, means the returned file or
1728directory must exist. 1728directory must exist.
1729Optional arg INIT, if non-nil, provides a default file name to use. 1729Optional arg INIT, if non-nil, provides a default file name to use.
1730Optional arg DIR_ONLY_P, if non-nil, means choose only directories. */) 1730Optional arg DIR-ONLY-P, if non-nil, means choose only directories. */)
1731 (Lisp_Object prompt, Lisp_Object dir, Lisp_Object mustmatch, 1731 (Lisp_Object prompt, Lisp_Object dir, Lisp_Object mustmatch,
1732 Lisp_Object init, Lisp_Object dir_only_p) 1732 Lisp_Object init, Lisp_Object dir_only_p)
1733{ 1733{