comparison man/macos.texi @ 38944:7a42abfb0c82

Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Aug 2001 02:05:37 +0000
parents 8ae568af6251
children 3b40423b9355
comparison
equal deleted inserted replaced
38943:4dd9aeae2f84 38944:7a42abfb0c82
227 string. 227 string.
228 228
229 @findex mac-file-name-to-posix 229 @findex mac-file-name-to-posix
230 @findex posix-file-name-to-mac 230 @findex posix-file-name-to-mac
231 The function @code{mac-file-name-to-posix} takes a Mac file name and 231 The function @code{mac-file-name-to-posix} takes a Mac file name and
232 returns the Posix equivalent. The function 232 returns the GNU or Unix equivalent. The function
233 @code{posix-file-name-to-mac} performs the opposite conversion. They 233 @code{posix-file-name-to-mac} performs the opposite conversion. They
234 are useful for constructing AppleScript commands to be passed to 234 are useful for constructing AppleScript commands to be passed to
235 @code{do-applescript}. 235 @code{do-applescript}.