aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Choi2001-08-21 15:59:29 +0000
committerAndrew Choi2001-08-21 15:59:29 +0000
commit51c2603b4ae793a2e2a301f653cbe3ed67a6a73d (patch)
treea0cab2884058fdde36b3402bdfa387cd39d023f9
parente98c601b3eac52367a9ce766957b88eeb39218b1 (diff)
downloademacs-51c2603b4ae793a2e2a301f653cbe3ed67a6a73d.tar.gz
emacs-51c2603b4ae793a2e2a301f653cbe3ed67a6a73d.zip
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.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/macos.texi13
2 files changed, 12 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 6af5a433523..b4baa898fbc 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12001-08-21 Andrew Choi <akochoi@i-cable.com>
2
3 * macos.texi: Change mac-filename-to-unix and unix-filename-to-mac
4 to mac-file-name-to-posix and posix-file-name-to-mac, resp.
5
12001-07-21 Michael Kifer <kifer@cs.sunysb.edu> 62001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2 7
3 * viper.texi: Added credits, new commands, like :make. 8 * viper.texi: Added credits, new commands, like :make.
diff --git a/man/macos.texi b/man/macos.texi
index 28be4582ab1..5e7e2ed7d02 100644
--- a/man/macos.texi
+++ b/man/macos.texi
@@ -226,9 +226,10 @@ the name @samp{-ETL-fixed-*-iso8859-1}.
226executes it as an AppleScript command, and returns the result as a 226executes it as an AppleScript command, and returns the result as a
227string. 227string.
228 228
229@findex mac-filename-to-unix 229@findex mac-file-name-to-posix
230@findex unix-filename-to-mac 230@findex posix-file-name-to-mac
231 The function @code{mac-filename-to-unix} takes a Mac file name and 231 The function @code{mac-file-name-to-posix} takes a Mac file name and
232returns the Posix equivalent. The function @code{unix-filename-to-mac} 232returns the Posix equivalent. The function
233performs the opposite conversion. They are useful for constructing 233@code{posix-file-name-to-mac} performs the opposite conversion. They
234AppleScript commands to be passed to @code{do-applescript}. 234are useful for constructing AppleScript commands to be passed to
235@code{do-applescript}.