diff options
| author | Robert Pluim | 2022-08-19 16:01:22 +0200 |
|---|---|---|
| committer | Robert Pluim | 2022-08-19 16:05:40 +0200 |
| commit | 7c793c55cfad40fd92c5300fa553bac649daeeaf (patch) | |
| tree | 7262a132f7d3337d8a42ebe67cf38f797076d929 | |
| parent | ddbab830709933d33179b1dbbc0b03c856d00806 (diff) | |
| download | emacs-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.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. | |||
| 1727 | Optional arg MUSTMATCH, if non-nil, means the returned file or | 1727 | Optional arg MUSTMATCH, if non-nil, means the returned file or |
| 1728 | directory must exist. | 1728 | directory must exist. |
| 1729 | Optional arg INIT, if non-nil, provides a default file name to use. | 1729 | Optional arg INIT, if non-nil, provides a default file name to use. |
| 1730 | Optional arg DIR_ONLY_P, if non-nil, means choose only directories. */) | 1730 | Optional 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 | { |