changeset: 4396:1e04b9c8125bd4bcd89d56b366d3990bc1032adf
user: Aidan Kehoe <kehoea(a)parhasard.net>
date: Thu Jan 03 22:36:04 2008 +0100
files: src/ChangeLog src/fileio.c
description:
Correct the make-temp-name docstring.
Take the opportunity to correct the format of ChangeLog.
2008-01-03 Aidan Kehoe <kehoea(a)parhasard.net>
* fileio.c (Fmake_temp_name): Correct the comment to cross
reference to make-temp-file, and not to this function.
diff -r 12ff8dc2b57efb9adce6e948572be056d629c5ee -r
1e04b9c8125bd4bcd89d56b366d3990bc1032adf src/ChangeLog
--- a/src/ChangeLog Thu Jan 03 12:45:44 2008 +0100
+++ b/src/ChangeLog Thu Jan 03 22:36:04 2008 +0100
@@ -1,3 +1,8 @@ 2008-01-03 Stephen J. Turnbull <stephe
+2008-01-03 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * fileio.c (Fmake_temp_name): Correct the comment to cross
+ reference to make-temp-file, and not to this function.
+
2008-01-03 Stephen J. Turnbull <stephen(a)xemacs.org>
* doc.c (Fbuilt_in_symbol_file): Improve style.
@@ -10,7 +15,6 @@ 2008-01-02 Aidan Kehoe <kehoea@parhasa
* console-gtk.c (gtk_perhaps_init_unseen_key_defaults):
Correct the initialisation of the hash table, on the model of the
MSW and TTY builds.
-
2008-01-02 Aidan Kehoe <kehoea(a)parhasard.net>
diff -r 12ff8dc2b57efb9adce6e948572be056d629c5ee -r
1e04b9c8125bd4bcd89d56b366d3990bc1032adf src/fileio.c
--- a/src/fileio.c Thu Jan 03 12:45:44 2008 +0100
+++ b/src/fileio.c Thu Jan 03 22:36:04 2008 +0100
@@ -628,7 +628,7 @@ be an absolute file name.
This function is analagous to mktemp(3) under POSIX, and as with it, there
exists a race condition between the test for the existence of the new file
-and its creation. See `make-temp-name' for a function which avoids this
+and its creation. See `make-temp-file' for a function which avoids this
race condition by specifying the appropriate flags to `write-region'.
*/
(prefix))
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches