Mercurial > emacs
changeset 38892:8ae568af6251
2001-08-21 Andrew Choi <akochoi@i-cable.com>
* 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.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Tue, 21 Aug 2001 15:59:29 +0000 |
parents | a45d7663c469 |
children | bd309345e7ea |
files | man/ChangeLog man/macos.texi |
diffstat | 2 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Tue Aug 21 12:58:07 2001 +0000 +++ b/man/ChangeLog Tue Aug 21 15:59:29 2001 +0000 @@ -1,3 +1,8 @@ +2001-08-21 Andrew Choi <akochoi@i-cable.com> + + * 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. + 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu> * viper.texi: Added credits, new commands, like :make.
--- a/man/macos.texi Tue Aug 21 12:58:07 2001 +0000 +++ b/man/macos.texi Tue Aug 21 15:59:29 2001 +0000 @@ -226,9 +226,10 @@ 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}.