]> git.eshelyaron.com Git - emacs.git/commitdiff
2001-08-21 Andrew Choi <akochoi@i-cable.com>
authorAndrew Choi <akochoi@shaw.ca>
Tue, 21 Aug 2001 15:59:29 +0000 (15:59 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Tue, 21 Aug 2001 15:59:29 +0000 (15:59 +0000)
        * 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.

man/ChangeLog
man/macos.texi

index 6af5a433523e4fec39f44caa8e1635bfa2a053b5..b4baa898fbc039a2f98918cf19832896052b4f3a 100644 (file)
@@ -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.
index 28be4582ab1b909b8237a472b5115da1a09f61f8..5e7e2ed7d0237e26e6e3f585d7c62356de866e6d 100644 (file)
@@ -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}.