comparison src/fileio.c @ 19468:b6517e9b8e60

(Fmake_temp_name): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 Aug 1997 06:14:20 +0000
parents 1a9f6be64530
children e4cc94034827
comparison
equal deleted inserted replaced
19467:d76f57ca7aba 19468:b6517e9b8e60
759 } 759 }
760 760
761 DEFUN ("make-temp-name", Fmake_temp_name, Smake_temp_name, 1, 1, 0, 761 DEFUN ("make-temp-name", Fmake_temp_name, Smake_temp_name, 1, 1, 0,
762 "Generate temporary file name (string) starting with PREFIX (a string).\n\ 762 "Generate temporary file name (string) starting with PREFIX (a string).\n\
763 The Emacs process number forms part of the result,\n\ 763 The Emacs process number forms part of the result,\n\
764 so there is no danger of generating a name being used by another process.") 764 so there is no danger of generating a name being used by another process.\n\
765 In addition, this function makes an attempt to choose a name\n\
766 which has no existing file.")
765 (prefix) 767 (prefix)
766 Lisp_Object prefix; 768 Lisp_Object prefix;
767 { 769 {
768 Lisp_Object val; 770 Lisp_Object val;
769 #ifdef MSDOS 771 #ifdef MSDOS