aboutsummaryrefslogtreecommitdiffstats
path: root/man/macos.texi
diff options
context:
space:
mode:
authorAndrew Choi <[email protected]>2001-08-21 15:59:29 +0000
committerAndrew Choi <[email protected]>2001-08-21 15:59:29 +0000
commit51c2603b4ae793a2e2a301f653cbe3ed67a6a73d (patch)
treea0cab2884058fdde36b3402bdfa387cd39d023f9 /man/macos.texi
parente98c601b3eac52367a9ce766957b88eeb39218b1 (diff)
2001-08-21 Andrew Choi <[email protected]>
* macos.texi: Change mac-filename-to-unix and unix-filename-to-mac to mac-file-name-to-posix and posix-file-name-to-mac, resp.
Diffstat (limited to 'man/macos.texi')
-rw-r--r--man/macos.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/macos.texi b/man/macos.texi
index 28be4582ab..5e7e2ed7d0 100644
--- a/man/macos.texi
+++ b/man/macos.texi
@@ -226,9 +226,10 @@ the name @samp{-ETL-fixed-*-iso8859-1}.
executes it as an AppleScript command, and returns the result as a
string.
-@findex mac-filename-to-unix
-@findex unix-filename-to-mac
- The function @code{mac-filename-to-unix} takes a Mac file name and
-returns the Posix equivalent. The function @code{unix-filename-to-mac}
-performs the opposite conversion. They are useful for constructing
-AppleScript commands to be passed to @code{do-applescript}.
+@findex mac-file-name-to-posix
+@findex posix-file-name-to-mac
+ The function @code{mac-file-name-to-posix} takes a Mac file name and
+returns the Posix equivalent. The function
+@code{posix-file-name-to-mac} performs the opposite conversion. They
+are useful for constructing AppleScript commands to be passed to
+@code{do-applescript}.